cannot find -lcurl

Alexandria

New member
Messages
341
Points
0
Location
localhost
Hello there,

Im wondering why I am getting this message after compiling in my console:

/usr/bin/ld: cannot find -lcurl

I'm moving my emulator from Centos 5 to Centos 6.

PD: I can download and compile a fresh emulator in my Centos 6.

Thank you.

 
Last edited by a moderator:
I think you need to install it first.

Code:
sudo apt-get install libcurl4-gnutls-dev  (ubuntu)sudo yum install curl-devel (centos)pkg_add -r curl (freebsd)
 
Back
Top