I am still trying to install openssh, I did like Kevin told me but it didn't work, I tried it like this: VER=openssh-2.3.0p1 SRC=/usr/src CFLAGS="+w1 +W 486,474 +O3 +ESlit +Optrs_strongly_typed \> -I/opt/zlib/include/"LDFLAGS="-L/opt/zlib/lib/" # ./configure --prefix=/opt/${VER} \> --sysconfdir=/etc/opt/openssh \ > --with-default-path="/usr/bin:/usr/sbin:/opt/${VER}/bin" \ > --with-ssl-dir=/opt/openssl/lib/ \ > --disable-suid-ssh \ > --without-pamHowever, I got the following error: checking for deflate in -lz... no configure: error: *** zlib missing - please install first *** I have already instaled zlib: # ls /opt/zlib/lib libz.a libz.sl and openssl, any help? -- \ | _ \ __ \ __| _ \ | __ _ \ _ \ ___ \ | | ( __/ | | | | ( | _/ _\_| _|\___|\___|_|_| _| _|\___/ "En los momento de crisis solo la imaginacion es mas importante que el conocimiento" - Albert Einstein -
you need to either export CFLAGS / LDFLAGS or run it in the same command as ./configure Ancelmo Rodriguez Parra wrote:> > I am still trying to install openssh, I did like Kevin told me but it > didn't work, I tried it like this: > > VER=openssh-2.3.0p1 > SRC=/usr/src > > CFLAGS="+w1 +W 486,474 +O3 +ESlit +Optrs_strongly_typed \ > > -I/opt/zlib/include/" > LDFLAGS="-L/opt/zlib/lib/" > > # ./configure --prefix=/opt/${VER} \ > > --sysconfdir=/etc/opt/openssh \ > > --with-default-path="/usr/bin:/usr/sbin:/opt/${VER}/bin" \ > > --with-ssl-dir=/opt/openssl/lib/ \ > > --disable-suid-ssh \ > > --without-pam > > However, I got the following error: > checking for deflate in -lz... no > configure: error: *** zlib missing - please install first *** > > I have already instaled zlib: > # ls /opt/zlib/lib > libz.a libz.sl > > and openssl, any help? > -- > \ | > _ \ __ \ __| _ \ | __ _ \ _ \ > ___ \ | | ( __/ | | | | ( | > _/ _\_| _|\___|\___|_|_| _| _|\___/ > > "En los momento de crisis solo la imaginacion es mas > importante que el conocimiento" > - Albert Einstein -
On Tue, 13 Feb 2001, Ancelmo Rodriguez Parra wrote:> However, I got the following error: > checking for deflate in -lz... no > configure: error: *** zlib missing - please install first ***Please look in config.log, it usually has more detailed error messages. We really must fix these error to tell people to do that. -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer