Where can I find this library and how to install it?

usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

That's for OpenSSL: you probably want a package named openssl-devel on Fedora (openssl-dev on Debian).

link|improve this answer
Thanks ! To install it on Fedora I used: "yum -y install openssl-devel" – cmserv Jul 14 '09 at 10:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.