Hi Friends,
I am struggling with a very basic error. While running the configure script of OpenLDAP 2.3.33, I am getting the following Warning message
*configure: WARNING: Could not locate TLS/SSL package configure: WARNING: TLS data protection not supported!* ** Can anybody help me to locat what could be going wrong. I am executing the script in Suse Linux. I am totally struck with this.
Any kind of help is hugely appreciated.
regards, dinesh V
--On Monday, June 25, 2007 5:40 PM +0530 Aviator LDap dinesh.openldap@gmail.com wrote:
Hi Friends,
I am struggling with a very basic error. While running the configure script of OpenLDAP 2.3.33, I am getting the following Warning message
configure: WARNING: Could not locate TLS/SSL package configure: WARNING: TLS data protection not supported!
Can anybody help me to locat what could be going wrong. I am executing the script in Suse Linux. I am totally struck with this.
Any kind of help is hugely appreciated.
See the OpenLDAP FAQ @ http://www.openldap.org/faq
There's an entire section devoted to this topic...
Also, if you are building from scratch, I'd suggest getting 2.3.36.
--Quanah
-- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Aviator LDap wrote:
I am struggling with a very basic error. While running the configure script of OpenLDAP 2.3.33, I am getting the following Warning message
*configure: WARNING: Could not locate TLS/SSL package configure: WARNING: TLS data protection not supported!* **
If you definitely want TLS, you can run configure with the --with-tls option. That way configure will fail instead of just giving you a warning.
Can anybody help me to locat what could be going wrong. I am executing the script in Suse Linux. I am totally struck with this.
Look closely in the config.log file generated by configure to see where the failure occurs. Lines that begin with "Checking for..." are of interest when followed by lines about failures.
Finally, I'll mention that last week I was getting a failure that looked the same up to what you describe. The issue was actually that I had compiled dso support into my own OpenSSL install (an OpenSSL configure default), which would require dynamic library support for the OpenLDAP build. I rebuilt OpenSSL with the no-dso option and then OpenLDAP built fine.
Jon Roberts www.mentata.com
On Monday, 25 June 2007, Jon Roberts wrote:
Aviator LDap wrote:
I am struggling with a very basic error. While running the configure script of OpenLDAP 2.3.33, I am getting the following Warning message
*configure: WARNING: Could not locate TLS/SSL package configure: WARNING: TLS data protection not supported!* **
If you definitely want TLS, you can run configure with the --with-tls option. That way configure will fail instead of just giving you a warning.
Can anybody help me to locat what could be going wrong. I am executing the script in Suse Linux. I am totally struck with this.
Look closely in the config.log file generated by configure to see where the failure occurs. Lines that begin with "Checking for..." are of interest when followed by lines about failures.
Finally, I'll mention that last week I was getting a failure that looked the same up to what you describe.
No, yours was different, the headers had been located, but configure could not link to the library.
In this case, it looks like the headers were not found.
The OP should ensure that the relevant software is installed. For example, most linux distributions ship the headers and development libraries in separate packages. So, for example, the 'openssl-devel' package should be installed.
However, this *really* isn't an OpenLDAP-specific issue. IMHO, people with generic problems compiling the software (e.g. any time configure fails) should really consult a list appropriate to their OS/distribtion.
Regards, Buchan
openldap-software@openldap.org