Jump to content
  • 0
Sign in to follow this  
Alexandria

cannot find -lcurl

Question

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.

Edited by Fluffle Puff

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

I think you need to install it first.

 

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

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.