Working combination of PHP5, MySQL and OpenSSL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Skeleton Man

    #1

    Working combination of PHP5, MySQL and OpenSSL

    Hi all,

    I'm trying to compile php 5.2.0 under FreeBSD 6. If I use the version of
    OpenSSL that came installed with FreeBSD (0.97a) then it builds okay and
    then segfaults on make install when it gets to installing pear. I tried
    building with the latest OpenSSL and that causes make to fail with an error
    about libmysql.a !!

    The reason I am building with OpenSSL is because I need to access secure
    sites (https://) via HTTP_Client and cURL. Without it cURL segfaults when I
    attempt to access a secure site, and HTTP_Client returns "Malformed
    response".

    Does anyone know of a combination of MySQL, PHP5, and OpenSSL that builds,
    installs, and functions correctly ?

    Chris


  • Skeleton Man

    #2
    Re: Working combination of PHP5, MySQL and OpenSSL

    Update: Same issue regardless which PHP version I try, but if I remove
    mysql support then php builds and installs cleanly with openssl.

    Chris


    Comment

    Working...