Re: problem compiling openssh

2001-04-13 Thread Vinh Truong
* Anthony Fox <[EMAIL PROTECTED]> [010413 10:01]: > I use dpkg-buildpackage or apt-get --compile source to build the > source packages. The configuration fails when it discovers that the > libwrap library is not there. However, it is there. I believe that a > previous post stated that I need the

Re: problem compiling openssh

2001-04-13 Thread Brian Stults
Anthony Fox wrote: 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

Re: problem compiling openssh

2001-04-13 Thread Anthony Fox
Carl Greco <[EMAIL PROTECTED]> writes: > 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 great

Re: problem compiling openssh

2001-04-13 Thread Carl Greco
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)

Re: problem compiling openssh

2001-04-13 Thread Charles Lewis
n.org > Subject: problem compiling openssh > Resent-From: debian-user@lists.debian.org > Resent-Date: Fri, 13 Apr 2001 08:19:20 -0500 > > 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

Re: problem compiling openssh

2001-04-13 Thread Waldemar Brodkorb
Hello Anthony, * Anthony Fox wrote: > 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 a

problem compiling openssh

2001-04-13 Thread Anthony Fox
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. Thi