`CURL_OPENSSL_3' not found
`CURL_OPENSSL_3' not found
Recently updated to Ubuntu 18.04 and getting this error:
I found this on stack overflow as a fix:
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.
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)
Code: Select all
sudo apt install libcurl3/bionic
Any advice would be greatly appreciated. I've spent the week troubleshooting this.
Re: `CURL_OPENSSL_3' not found
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.
Leaving this here in case anyone has a similar issue.
-
- Posts: 6
- Joined: Thu May 09, 2019 3:43 pm
- Os: Ubuntu 17x
- Web: apache
Re: `CURL_OPENSSL_3' not found
Please see my answer on viewtopic.php?f=10&t=18201#p79682 as I think it might pertain to this.