Could not locate TLS/SSL package

2005-07-12 Thread Brian Gaber
y_add_ssl_algorithms in -lssl... no checking for SSL_library_init in -lssl... no checking for ssl3_accept in -lssl... no configure: error: Could not locate TLS/SSL package Appreciate any hints.

Re: Could not locate TLS/SSL package

2005-07-13 Thread Hallvard B Furuseth
_PATH is not needed, e.g. with something like -Wl,-rpath,/usr/local/BerkeleyDB.4.3/lib -- what options are neeed depends on the OS.) > checking for ssl3_accept in -lssl... no > configure: error: Could not locate TLS/SSL package You can check the end of config.log to see what happened. -- Hal

Configure error -- Could not locate TLS/SSL package

2005-12-21 Thread Claus Lund
ng openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for SSL_library_init in -lssl... no checking for ssl3_accept in -lssl... no checking OpenSSL library version (CRL checking capability)... yes configure: error: Could not locate TLS/SSL pack

Re: Configure error -- Could not locate TLS/SSL package

2005-12-21 Thread Aaron Richton
> works). OpenSSL is compiled with support for zlib (v1.2.3) in case that's > relevant. [...] > configure:19357: cc_r -o conftest -g -I/usr/local/include > -I/usr/local/include/openssl -L/usr/local/lib conftest.c -lssl -lcrypto >&5 > ld: 0711-317 ERROR: Undefined symbol: .inflateEnd > ld: 0711-31

Re: Could not locate TLS/SSL package on openldap install

2007-02-01 Thread Howard Chu
king openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for SSL_library_init in -lssl... no checking for ssl3_accept in -lssl... no checking OpenSSL library version (CRL checking capability)... no configure: error: Could not locate TLS/S

trouble in installing openldap: configure: error: Could not locate TLS/SSL package

2005-06-30 Thread Yoginee Bhagwat
y_add_ssl_algorithms in -lssl... no checking for SSL_library_init in -lssl... no checking for ssl3_accept in -lssl... no configure: error: Could not locate TLS/SSL package After this configure terminates. Can anybody tell me what the problem is? I am new to ldap, doing this for first time

Re: trouble in installing openldap: configure: error: Could not locate TLS/SSL package

2005-06-30 Thread Quanah Gibson-Mount
--On Thursday, June 30, 2005 1:34 PM -0700 Yoginee Bhagwat <[EMAIL PROTECTED]> wrote: Hi , I am trying to install openldap2.2.26 on linux. I have installed openssl0.9.8-beta6 and BerkeleyDB4.3 Here is how I am running config : env CPPFLAGS="-I/usr/local/ssl/include -I/usr/local/ssl/incl

Re: trouble in installing openldap: configure: error: Could not locate TLS/SSL package

2005-06-30 Thread Sameer N Ingole
.. yes checking for SSLeay_add_ssl_algorithms in -lssl... no checking for SSL_library_init in -lssl... no checking for ssl3_accept in -lssl... no configure: error: Could not locate TLS/SSL package Did you install libssl development libs? Check here http://www.proscrutiny.com/howtos/OpenLDA

Re: trouble in installing openldap: configure: error: Could not locate TLS/SSL package

2005-07-02 Thread Sameer N Ingole
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sameer N Ingole Sent: Friday, July 01, 2005 12:57 AM To: openldap-software@OpenLDAP.org Subject: Re: trouble in installing openldap: configure: error: Could not locate TLS/SSL package Yoginee Bhagwat wrote

Re: trouble in installing openldap: configure: error: Could not locate TLS/SSL package

2005-08-02 Thread Quanah Gibson-Mount
--On Thursday, June 30, 2005 1:34 PM -0700 Yoginee Bhagwat <[EMAIL PROTECTED]> wrote: Hi , I am trying to install openldap2.2.26 on linux. I have installed openssl0.9.8-beta6 and BerkeleyDB4.3 Just to follow up on this, I found that I can build OpenLDAP against the OpenSSL 0.9.8 releas