OpenSSH 2.1.1p3 problem on Debian 2.2
Toni Mueller
support at oeko.net
Mon Jul 17 03:49:58 EST 2000
Hello,
because it doesn't seem as if the upstream tracks OpenSSH close enough
I tried to compile from source. It fails on ./configure with the
claim that it could not find the OpenSSL installation.
But getting the test program right together with an empty main(),
I can compile that by hand, resulting in:
$ ldd conftest
libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000)
libz.so.1 => /usr/lib/libz.so.1 (0x40030000)
libutil.so.1 => /lib/libutil.so.1 (0x4003f000)
libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x40042000)
libc.so.6 => /lib/libc.so.6 (0x400ed000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Trying to add /usr and /usr/lib to the path list where it says
it would check for the libs didn't help. Btw, Debian installs
the OpenSSL libs in /usr/lib.
Best Regards,
--Toni++
More information about the openssh-unix-dev
mailing list