Aargh! Forgot to reply to all. Resending.... On 10/31/05, Torsten Landschoff <[EMAIL PROTECTED]> wrote: > On Mon, Oct 31, 2005 at 01:22:27PM -0800, Navdeep Parhar wrote: > > I had the very same problem with slapd; the cause appears to be a > > missing library > > symlink for libz.so. You can work around this problem by creating > > this symlink yourself or by installing zlib1g-dev (which sets up the > > link too). > > Can you explain with a bit more detail? I am not away that slapd uses > any libz.so symlink. >
I should have been more explicit to begin with, sorry. I just created a symlink /usr/lib/libz.so -> /usr/lib/libz.so.1 and slapd started working once again. ldd will *not* show slapd linked to libz.so but it is dlopen'ed somewhere during the certificate verification process. The symlink fixed the problem for me so I did not bother any further. If you're missing /usr/lib/libz.so, there is a good chance that this workaround will fix the problem. Navdeep > TIA > > Torsten > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (GNU/Linux) > > iD8DBQFDZqC+dQgHtVUb5EcRAjN7AJ9Qvk6GRgo+p2Pzujj3lgDijPWLqwCfTV9u > Z7sizNePN1Als2rOlxv+g60= > =5Onk > -----END PGP SIGNATURE----- > > >

