https://issues.apache.org/bugzilla/show_bug.cgi?id=44639
--- Comment #17 from Rainer Jung <[EMAIL PROTECTED]> 2008-03-21 14:14:51 PST --- So we see, that you are loading "foreign" ldap libs. It's likely that they are not compatible with the Solaris nsswitch. If you want to understand how to avoid it (and why this doesn't happen for httpd 1.3) you might need to find out, why the libs from /app/local/padl/lib get loaded. You could e.g. use ldd or better "ldd -v" against the various libs in pmap to find out, which one loads those unwanted libs. If you think you don't need them and you don't want them, make sure that you don't have /app/local/padl/lib in your LD_LIBRARY_PATH (not only during runtime, but also during compilation). Then those libs should not have a chance to get included. The only exception would be if one of the three other none system libs, that you use during build /app/local/lib/libgcc_s.so.1 /app/local/ssl/lib/libcrypto.so.0.9.7 /app/local/ssl/lib/libssl.so.0.9.7 were previously compiled with a dependency against any lib in /app/local/padl/lib. But those usually don't have a foreign dependency and also I assume you use the same ones for building your httpd 1.3. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
