Skip to content
Advertisement

CURLpp, segmentation fault

Ubuntu 15.04, CLion, LibCurl, curl version – 7.38.00. When i’m compiling this code:

JavaScript

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'

JavaScript

List of usr/local/lib

JavaScript

Output of command :ldd ./a.out

JavaScript

Advertisement

Answer

There was extra library curl-7.45, which i had to delete and update other libraries.

Commands:

JavaScript

Thanks to @KnudLarsen

Advertisement