Hello,
after upgrading curl
/usr/local/bin/curl throws the following error:
and this causes a problem when I try to generate Let'sEncrypt certificates.
Is there a known way to fix /usr/local/bin/curl?
Running `LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/curl` works fine, but tha't not really what we want, right?
after upgrading curl
Code:
./build curl
Code:
# /usr/local/bin/curl
curl: try 'curl --help' or 'curl --manual' for more information
/usr/local/bin/curl: symbol lookup error: /usr/local/bin/curl: undefined symbol: curl_mime_free
and this causes a problem when I try to generate Let'sEncrypt certificates.
Is there a known way to fix /usr/local/bin/curl?
Running `LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/curl` works fine, but tha't not really what we want, right?
Last edited: