[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: configure: warning: Could not locate TLS/SSL package.
It's your ssl.h. The system was not found it.
Link it to your /usr/include directory
---------------
[root@mail Download]# less config.log | grep ssl
configure:11023: checking for openssl/ssl.h
configure:11029:25: openssl/ssl.h: No such file or directory
#include <openssl/ssl.h>
configure:11023: checking for ssl.h
configure:11029:17: ssl.h: No such file or directory
#include <ssl.h>
-----------------
Regards,
Cécile.
Quoting Cécile Leyman <cecile.leyman@gfi.be>:
> Do you have also linked your "ssl.h" in your "/usr/include" ?
>
> Regards,
>
> Cécile.
>
> Quoting Somsak RAKTHAI <rsomsak@mor-or.pn.psu.ac.th>:
>
> > Dear sir,
> > I still problem on Solaris 2.5.1. I follow below.
> >
> > export CPPFLAGS="-I/usr/local/BerkeleyDB.4.1/include"
> > export LDFLAGS="-L/usr/local/BerkeleyDB.4.1/lib"
> >
> > ln -s /usr/local/ssl/lib/* /lib/
> > ln -s /usr/local/ssl/lib/* /usr/local/lib/
> >
> > But still problem below.
> >
> > configure: warning: Could not locate TLS/SSL package
> > configure: warning: TLS data protection not supported!
> >
> > Any idea ?
> >
> > thank you very much.
> > regards,
> > Somsak.
> >
> > On Mon, 31 Mar 2003, Cecile Leyman wrote:
> >
> > > Hi,
> > >
> > > This is a "procedure" for Linux, maybe that Solaris isn't very
> > different...
> > >
> > > When you export CPPFLAGS and LDFLAGS for BerkeleyDB, you indicate to
> the
> > > system where it can find the libraries and headers of BerkeleyDB.
> > > If you had linked your BDB libs to /usr/lib or /lib and your BDB
> include
> > to
> > > /usr/include, it was the same result.
> > > So, if you want that the system can find your SSL libs...
> > >
> > > ln -s /usr/local/ssl/lib/* /lib/
> > > or
> > > edit your /etc/ld.so.conf, add the path to your ssl libs and type
> > ldconfig.
> > >
> > > Regards,
> > >
> > > Cecile.
> > >
> > >
> > > -----Original Message-----
> > > From: owner-openldap-software@OpenLDAP.org
> > > [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Somsak
> RAKTHAI
> > > Sent: lundi 31 mars 2003 0:10
> > > To: openldap-software@OpenLDAP.org
> > > Subject: configure: warning: Could not locate TLS/SSL package.
> > >
> > >
> > > Dear sir,
> > > I used Solaris 2.5.1 and gcc-3.0.1.
>
> > > I already install "/usr/local/BerkeleyDB.4.1" and
> > > "/usr/local/ssl".
> > >
> > > And then I follow below.
> > >
> > > export CPPFLAGS="-I/usr/local/BerkeleyDB.4.1/include"
> > > export LDFLAGS="-L/usr/local/BerkeleyDB.4.1/lib"
> > >
> > > But when I "configure", it has messages below.
> > >
> > > configure: warning: Could not locate TLS/SSL package
> > > configure: warning: TLS data protection not supported!
> > >
> > > How to solve this problem ?
> > >
> > > Thank you very much.
> > > regards,
> > > Somsak.
> > >
> > >
> >
> >
>
>
>
>
> -------------------------------------------------
> Mail sent through GFI Mailserver1.0
> info: ava@gfi.be
>
-------------------------------------------------
Mail sent through GFI Mailserver1.0
info: ava@gfi.be