masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.
BSD 3-Clause "New" or "Revised" License
182 stars 71 forks source link

lib file name error on ubuntu #42

Open zhzhwcn opened 6 years ago

zhzhwcn commented 6 years ago

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";