If you don't already have openSSL installed, you have to build and install that first (http://www.openssl.org/). If you do have it, then add --with-ssl-dir=/path/to/openSSL/lib to your configure command so ssh can find it.
Frank --On Thursday, March 07, 2002 18:48:25 +0000 Mez <[EMAIL PROTECTED]> wrote: > I have tried as you explain below but at the end of ./configure I get: > > checking for OpenSSL directory... configure: error: Could not find working > OpenSSL library, please install or check config.log > > Any suggestions? > > Thanks > -John > ----- Original Message ----- > From: "Michael Stauber" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 07, 2002 6:01 PM > Subject: [cobalt-security] OpenSSH 3.1 HowTo build it from sources > > >> Hi all, >> >> for those who want wait 'til an unofficial PKG for a fixed OpenSSH comes > out, >> here are quick and dirty instructions on how to build OpenSSH 3.1 from >> sources. Tested on RaQ3 and RaQ4 with previous installations of >> OpenSSH-3.0.2pl1 from pkgmaster.com: >> >> Telnet or SSH into your box and su to root. >> >> Fetch the sources from OpenSSH: >> >> wget > ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.1p1.tar.gz >> >> Exctract 'em >> >> tar zxvf openssh-3.1p1.tar.gz >> >> Build it: >> >> cd openssh-3.1p1 >> ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam >> make >> make install >> >> Restart SSH: >> >> /etc/rc.d/init.d/sshd restart >> >> Done. >> >> -- >> >> With best regards, >> >> Michael Stauber >> [EMAIL PROTECTED] >> Unix/Linux Support Engineer >> _______________________________________________ >> cobalt-security mailing list >> [EMAIL PROTECTED] >> http://list.cobalt.com/mailman/listinfo/cobalt-security >> > > _______________________________________________ > cobalt-security mailing list > [EMAIL PROTECTED] > http://list.cobalt.com/mailman/listinfo/cobalt-security -- Frank Smith [EMAIL PROTECTED] Systems Administrator Voice: 512-374-4673 Hoover's Online Fax: 512-374-4501 _______________________________________________ cobalt-security mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-security
