Anthony - You don't state which version of Debian (stable, testing, etc), OpenSSH or OpenSSL you are using. OpenSSH's `INSTALL' file describes which version of OpenSSL you will need. I have OpenSSH 2.5.2p2 which requires OpenSSL 0.9.5a or greater. I have installed OpenSSL 0.9.6a (in /usr/local) and used the following to configure OpenSSH:
./configure --prefix=/opt/openssh --with-ssl-dir=/usr/local/ssl \ --without-pam --with-md5-passwords This works for me on a Debian 2.2r2 system with Linux 2.2.18. Carl Anthony Fox said on April 13, 2001 at 09:14 (-0400) >A few days ago, an apt-get update; apt-get dist-upgrade broke ssh for >me. Apparently the version of ssh that was installed was compiled >against a later version of the openssl library than I have. So I >attempted to compile the ssh package from source against my version of >the openssl library. This failed saying it could not find libwrap. >However, when I checked for libwrap, it was there. Does anyone know >what is going on here or what to do? -- Carl Greco [EMAIL PROTECTED]