PHPBrew - Install php 5.3.2 with openSSL on Ubuntu 18.04

673 Views Asked by At

I am trying to install PHP 5.3.2 on Ubuntu 18.04 using PHPBrew. I have no trouble with installing it without OpenSSL but when I want to install OpenSSL I get several errors.

My first attempt was to just use +openssl but then I got a lot of errors from OpenSSL. Then I installed OpenSSL 0.9.8 and used it as +openssl=/usr/local/openssl/ and now I get the following error:

configure: error: Cannot find OpenSSL's libraries

I have no idea what libraries it can't find. I already fixed the missing evp.h file by making a symbolic link in /usr/local/openssl to /usr/local/openssl/include/openssl/evp.h.

Edit: Haven't found a fix yet, just went with the version without OpenSSL.

0

There are 0 best solutions below