24 Jan
2007
24 Jan
'07
6:44 p.m.
On Wed, 2007-01-24 at 09:42 -0500, AJ Weber wrote:
I'm trying to get configure to find the right libs/includes to build with SSL support (openssl), but it just seems to refuse!
I tried passing " --with-ssl=openssl --with-ssldir=/usr/local/ssl ", but this didn't seem to help.
Don't give --with-ssldir, it's the default path to where the certificate files are. Use this:
CPPFLAGS=-I/usr/local/ssl/include LDFLAGS=-L/usr/local/ssl/lib ./configure
That works with all autoconf software and all libraries that you might have in different locations.