Page 1 of 1

`CURL_OPENSSL_3' not found

Posted: Fri Nov 02, 2018 1:23 pm
by isaac
Recently updated to Ubuntu 18.04 and getting this error:

Code: Select all

/usr/local/vesta/php/bin/php: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/local/vesta/php/bin/php)
I found this on stack overflow as a fix:

Code: Select all

sudo apt install libcurl3/bionic
I have 100+ websites on this host, so I'm worried I might brick it.

Any advice would be greatly appreciated. I've spent the week troubleshooting this.

Re: `CURL_OPENSSL_3' not found

Posted: Fri Nov 02, 2018 1:30 pm
by isaac
I got impatient, tried it on a dev vesta server I set up. That broke it, but it was easy to fix.. So I tried it on my production server. All is back to normal now!

Leaving this here in case anyone has a similar issue.

Re: `CURL_OPENSSL_3' not found

Posted: Fri Oct 18, 2019 8:38 pm
by royalpublishing
Please see my answer on viewtopic.php?f=10&t=18201#p79682 as I think it might pertain to this.