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

Re: Problems with OpenLDAP 2.0.27 and OpenSSL 0.9.7



On Sun, Jan 05, 2003 at 10:41:34PM +0100, Michel Stam wrote:

> I have tried to compile OpenLDAP 2.0.26 and 2.0.27 with OpenSSL 0.9.7 
> installed, yet every time I use ldapsearch with -h 'ldaps://<host>'  (or 
> nss_ldap from padl.com with similar TLS options for that matter), it 
> returns Segmentation Fault. Non-TLS requests to the OpenLDAP server work 
> normally.

It might be worth making sure that the running daemon is using the
same version of the ssl and crypto shared libs that it was compiled
with. Check also that you only have one set of header files for those
libraries when building.

The 'ldd' and 'locate' commands are particularly useful here.

Another thought: I remember a discussion a few months back about
symbol conflicts between libcrypt and either libcrypto or libssl -
this could give rise to trouble in a dynamic loading case, as the
order of operations might cause one library to mess up another.

Andrew
-- 
-----------------------------------------------------------------------
|                 From Andrew Findlay, Skills 1st Ltd                 |
| Consultant in large-scale systems, networks, and directory services |
|     http://www.skills-1st.co.uk/                +44 1628 782565     |
-----------------------------------------------------------------------