tihmstar / tsschecker

a powerfull tool to check tss signing status of various devices and firmwares
GNU Lesser General Public License v3.0
738 stars 169 forks source link

Libcurl4 support #137

Closed btraas closed 5 years ago

btraas commented 5 years ago

Ubuntu 18+ comes with libcurl4 which is incompatible with libcurl3

./tsschecker_linux: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./tsschecker_linux)

btraas commented 5 years ago

See this comment on the curl repo:

https://github.com/curl/curl/issues/2433#issuecomment-385534289