[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Compiling with SSL/TLS



Then you need to check config.log and see why the compile/ld test is failing.

> Hi...
> I have the same pbs when I try :
> 
> env CPPFLAGS=-I/usr/local/ssl/include/openssl \ LDFLAGS=-L/usr/local/ssl/lib
> \ configure --with-tls --prefix /opt/openldap
> 
> I'm sure that openssl is install in directory /usr/local/ssl...
> 
> Thanks in advance.
> Regards,
> Ravi APPANAH
> 
> ----- Original Message -----
> From: "Randy Kunkee" <kunkee@neosoft.com>
> To: "Ravi APPANAH" <drt.rappanah@anpe.fr>
> Cc: <openldap-software@OpenLDAP.org>
> Sent: Wednesday, January 31, 2001 8:39 AM
> Subject: Re: Compiling with SSL/TLS
> 
> 
> > > Hi !!
> > > I get a ldap 2.0.7 version...
> > > I have some trouble while chooding to compile with SSL/TLS (openssl
> 0.96)
> > > I follow explanations of the document
> http://www.openldap.org/faq/data/cache/185.html ...
> > > I try env CPPFLAGS=-I/usr/local/ssl/include/openssl
> LDFLAGS=-L/usr/local/ssl/lib.
> >
> > > Then I run configure --with-tls --prefix /opt/openldap...
> >
> > Sounds like you are doing these in separate steps.  The results of the
> 'env'
> > command are lost.  Make sure CPPFLAGS and LDFLAGS are exported into your
> > environment, or do the configure in the same line with the env command,
> eg.
> >
> > env CPPFLAGS=-I/usr/local/ssl/include/openssl LDFLAGS=-L/usr/local/ssl/lib
> \
> >  configure --with-tls --prefix /opt/openldap...
> >
> >
> > > I got this following message :
> > > ...
> > > checking INET6_ADDRSTRLEN... yes
> > > checking for sys/un.h... yes
> > > checking for openssl/ssl.h... no
> > > checking for ssl.h... no
> > > configure: error: Could not locate TLS/SSL package
> > >
> > > Thanks for your help.
> > >
> > > Regards,
> > > Ravi APPANAH
> > >
> > >
> >
> >
> 
>