On Mon, 21 Jan 2002, Theo Bierman wrote:

>   Downloaded mutt-1.3.26, I have installed ncurses, slang and openssl. Then ran 
>./configure --enable-imap --with-ssl and I'm getting an error as follows:

>   checking for X509_new in -lcrypto... no
> configure: error: Unable to find SSL library

> I'm using debian right, so I did not download the tar.gz for openssl, I just ran a 
>apt-get install openssl and it installed openssl_0.9.4-5_i386.deb. So whether it can 
>find libcrypto I don't know, should I be using a diffeent version of ssL

do an "apt-get install openssl-dev"
You need the dev, cause you are trying to build against the openssl
package.  The openssl package doesn't contain the headers you need.

Reply via email to