PDA

View Full Version : OpenSSL libcrypto?



HungSquirrel
March 4th, 2005, 09:06 AM
I am trying to build OpenNTPD (http://www.openntpd.org/), but configure bails out looking for OpenSSL libcrypto. What package has this, if any?


configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***

kyle01
May 25th, 2005, 06:17 PM
I think I had a similar problem and was just able to solve it. I tried to compile WepAttack which needs libcrypto to include <openssl/md5.h>

By chance, I found out that this is provided by libssl-dev

strange...

grip2
May 12th, 2006, 09:49 AM
apt-get install libssl-dev

bnuytten
August 8th, 2008, 09:20 PM
Great! Works for compiling openssh_4.7p1 on Hardy too :-)