RE: --with-ssl option

Problem solved.  Too embarrassed to give solution...quite confident no one else will do this.  :-/

--
Dave Mikesell
Chemical Abstracts Service
614.447.3600 x2993

> -----Original Message-----
> From: Mikesell, Dave [mailto:dmikesell@cas.org]
> Sent: Thursday, January 10, 2002 3:24 AM
> To: www-lib@w3.org
> Subject: --with-ssl option
> 
> 
> I'm having trouble building 5.3.2 with OpenSSL 0.9.6b.  I 
> have openssl installed in my home directory hiearchy (don't 
> have perm yet to put it in /usr/local), but I wouldn't guess 
> that would be a problem.
> 
> The configure script was failing until I changed the 
> --with-ssl option to "-L/myhomedir/openssl/lib -lssl 
> -lcrypto".  I did this because the config script was using 
> the --with-ssl argument to try and build a test program.  
> From config.log:
> 
> cc -o conftest -g   conftest.c -ldl -lnsl -lsocket  
> -L/myhomedir/openssl/lib -lssl -lcrypto
> 
> This made the configure succeed, but when I build, it only 
> builds the md5, xmlparse, and xmltok libraries.  If I remove 
> the --with-ssl option, it builds all 22 (?) shared objects.  
> 
> Any ideas?
> 
> --
> Dave Mikesell
> Chemical Abstracts Service
> 614.447.3600 x2993
> 
> 

Received on Thursday, 10 January 2002 14:16:18 UTC