Comment 3 for bug 360512

Revision history for this message
bNick (nickforspam) wrote :

I examine this bug and find that the sshd require libz.so.1: version "SUNW SUNW_1.1".

This is debug log of sshd
ld.so.1: sshd: fatal: libz.so.1: version `SUNW_1.1' not found (required by file /usr/lib/ssh/sshd)
ld.so.1: sshd: fatal: libz.so.1: open failed: No such file or directory
ld.so.1: sshd: fatal: relocation error: file /usr/lib/ssh/sshd: symbol deflateInit_: referenced symbol not found

think this bag will be fix if recompile "ld.so.1" and maybe "sshd".

nick@myhost:~$ dpkg -S /usr/lib/ld.so.1
sunwcsu: /usr/lib/ld.so.1
nick@myhost:~$ dpkg -S /usr/lib/ssh/sshd
sunwsshdu: /usr/lib/ssh/sshd

So, that the reason of using sunw libs instead of native libs?