Skip to content
Advertisement

Tag: curlpp

CURLpp, segmentation fault

Ubuntu 15.04, CLion, LibCurl, curl version – 7.38.00. When i’m compiling this code: there are no errors or warnings. But, when i’m running the executable file, incomes the error: ./a.out: /usr/local/lib/libcurl.so.4: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurlpp.so.0) Segmentation fault. What’s the promblem? Thank you. List of installed curl: apt –installed list | grep ‘curl’ List of usr/local/lib Output of

Advertisement