libcurl was built with SSL disabled, https: not supported!

resolveit

Verified User
Joined
Mar 22, 2004
Messages
764
libcurl was built with SSL disabled, https: not supported!

Recently custom-apache was rebuilt on a few of my servers because we needed to get Installatron working again, it gave hassels after the last upgrade of DA because OpenSSL was not compiled into PHP.

The result of the rebuild is that I now get the following error:
libcurl was built with SSL disabled, https: not supported!

I tried installing OpenSSL and recompiling Curl but I still have this problem.

I must mention that before the rebuilding of Custom-Apache I did not have this error.

Does anyone have an idea on how I can solve this problem?

Regards,
Onno
 
It appears as if libcurl is now being built differently than it was previously.

Anyone?

DirectAdmin support?

Jeff
 
Hello,

It was never compiled with SSL built in. If you wan SSL in curl, run the following:

cd /usr/local/directadmin/customapache
./build clean
tar xvzf curl-7.12.2.tar.gz
cd curl-7.12.2
./configure
make
make install

Where you'd replace 7.12.2 if you've got a different version.

John
 
Hi John,

I managed to get this far although this did not work for me:

tar xvzf curl-7.12.2.tar.gz

I replaced it with:
gzip -cd curl-7.12.2.tar.gz | tar xf -

Even doing all this I still get the error. Do I have to rebuild PHP again? If so can you give me a short rundown of the commands.

Regards,
Onno
 
John,

The last rebuild is giving Onno a lot of problems; now he can't even get SSL pages to load without continuous segfaulting.

Do you have any understanding of how the software could be causing this?

Jeff
 
Back
Top