masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lib file name error on ubuntu

zhzhwcn opened this issue · comments

the default file name can not load curl lib on ubuntu 16.04
private const string LIBCURL = "libcurl";
this works
private const string LIBCURL = "libcurl.so.3";