> Hi,
>
> > Is there an easy way to tell if zlib has been compiled into openSSL and
> > is working?
> >
> > At this point I still don't know where the problem lies.
>
> Sorry if my question is silly, but:
>
> a) are you running stunnel in chroot?
> b) have you tried running 'ldd'? (might miss some package)
>
> Maxim
>
Thanks for the reply.
It's not chroot'ed (at least not by me)
ldd gives:
# ldd /usr/local/sbin/stunnel
/usr/local/sbin/stunnel:
Start End Type Open Ref GrpRef Name
00000000 00000000 exe 1 0 0 /usr/local/sbin/stunnel
0af44000 2af4c000 rlib 0 1 0 /usr/lib/libz.so.4.1
0bfec000 2bff0000 rlib 0 1 0 /usr/lib/libutil.so.11.0
0f68a000 2f693000 rlib 0 1 0 /usr/lib/libpthread.so.9.0
0bb57000 2bb62000 rlib 0 1 0 /usr/lib/libssl.so.11.0
07305000 27334000 rlib 0 1 0 /usr/lib/libcrypto.so.13.0
0e646000 2e64b000 rlib 0 1 0 /usr/lib/libwrap.so.4.0
04abe000 24af2000 rlib 0 1 0 /usr/lib/libc.so.43.0
072fd000 072fd000 rtld 0 1 0 /usr/libexec/ld.so
# ldd /usr/sbin/openssl
/usr/sbin/openssl:
Start End Type Open Ref GrpRef Name
00000000 00000000 exe 1 0 0 /usr/sbin/openssl
0631e000 26326000 rlib 0 1 0 /usr/lib/libz.so.4.1
009cb000 209d4000 rlib 0 1 0 /usr/lib/libpthread.so.9.0
07901000 27935000 rlib 0 1 0 /usr/lib/libc.so.43.0
0dd2c000 0dd2c000 rtld 0 1 0 /usr/libexec/ld.so
All the given libraries are in place. Nothing is missing.
Rick.