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

Re: configure: warning: Could not locate TLS/SSL package.



Use the option --with-openssl=/usr/local/ssl when you do the configure. Hope this helps.

Cindy Wang
Software Product Engineer
KiNETWORKS

Somsak RAKTHAI wrote:

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.