mike wrote:
seems that i've tried a few different applications that are dependent on libcurl.so.2
A quick & dirty fix that works for me is to simply create a symbolic link:
ln -s /usr/lib/libcurl.so.3 /usr/lib/libcurl.so.2
YMMV
mike wrote:
seems that i've tried a few different applications that are dependent on libcurl.so.2
A quick & dirty fix that works for me is to simply create a symbolic link:
ln -s /usr/lib/libcurl.so.3 /usr/lib/libcurl.so.2
YMMV