6
votes

When I compiled opencv on Ubuntu, I met this problem "/usr/bin/cmake: /usr/home/anaconda/lib/libcurl.so.4: no version information available (required by cmake)".

I don't know the reason, I have found libcurl.so.4 at /usr/home/anaconda/lib/, is it because I have other version of libcurl.so.4? or I should reinstall the anaconda?

3

3 Answers

0
votes

You could conda remove curl and compile against the system curl.

0
votes

How about add "su" before the command?

0
votes

Removing conda curl didn't help me. I had to upgrade cmake and curl:

conda upgrade curl
conda upgrade cmake