A small correction: in all places where I've written 'include/openssl', it should really say 'include':
In message <[EMAIL PROTECTED]> on Wed, 14 Jan 2004 10:34:36 +0100 (CET), Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> said: levitte> > When I try to install openvpn... levitte> > #./configure --enable-pthread levitte> > --with-ssl-headers=/usr/local/include/openssl levitte> > \\--with-ssl-lib=/usr/local/ssl/lib levitte> > levitte> > After checked(directories, headers), a levitte> > error occurs: levitte> > levitte> > #configure:error: OpenSSL Crypto levitte> > Headers not found levitte> levitte> You should use /usr/local/ssl/include instead of levitte> /usr/local/include/openssl. levitte> levitte> > But when I put on openssl's levitte> > configuration line bellow, it works... levitte> > #./Configure --prefix=/usr/local levitte> > linux-elf threads no-shared levitte> levitte> With that option, you made sure that the OpenSSL binaries and headers levitte> are installed directly under /usr/local instead of /usr/local/ssl levitte> levitte> > And on openvpn's configuration: levitte> > #./configure --enable-pthread levitte> levitte> I assume that the openvpn configuration scripts looks for headers in levitte> /usr/local/include and libraries in /usr/local/lib, among others. levitte> levitte> > Is there another choice to correct this? levitte> > Please send me a message, anyway. levitte> levitte> The sensible choices are: levitte> levitte> 1. OpenSSL (in it's default install location): levitte> ./config shared levitte> make levitte> make install levitte> OpenVPN: levitte> ./configure \ levitte> --with-ssl-headers=/usr/local/ssl/include \ levitte> --with-ssl-lib=/usr/local/ssl/lib --enable-pthread levitte> make levitte> make install levitte> levitte> 2. OpenSSL (with binaries, libary files and headers in under levitte> /usr/local): levitte> ./config shared --prefix=/usr/local levitte> make levitte> make install levitte> OpenVPN: levitte> ./configure --enable-pthread levitte> make levitte> make install levitte> levitte> NOTE: I haven't tested any of this! levitte> levitte> ----- levitte> Please consider sponsoring my work on free software. levitte> See http://www.free.lp.se/sponsoring.html for details. levitte> You don't have to be rich, a $10 donation is appreciated! levitte> levitte> -- levitte> Richard Levitte \ Tunnlandsvägen 3 \ [EMAIL PROTECTED] levitte> [EMAIL PROTECTED] \ S-168 36 BROMMA \ T: +46-8-26 52 47 levitte> \ SWEDEN \ or +46-708-26 53 44 levitte> Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] levitte> Member of the OpenSSL development team: http://www.openssl.org/ levitte> levitte> Unsolicited commercial email is subject to an archival fee of $400. levitte> See <http://www.stacken.kth.se/~levitte/mail/> for more info. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]