RedHat 7.1 #rpm -q zlib zlib-1.1.3-22 #rpm -ql zlib /usr/lib/libz.so.1 /usr/lib/libz.so.1.1.3 /usr/share/doc/zlib-1.1.3 /usr/share/doc/zlib-1.1.3/README #cd openssh-3.0.2p1 #./configure ...... checking for deflate in -lz... no configure: error: *** zlib missing - please install first or check config.log *** .... -- Dowsed in mud, soaked in bleach Andrei Postolache --
On Wed, 23 Jan 2002, Andrei POSTOLACHE wrote:> RedHat 7.1 > #rpm -q zlib > zlib-1.1.3-22 > #rpm -ql zlib > /usr/lib/libz.so.1 > /usr/lib/libz.so.1.1.3 > /usr/share/doc/zlib-1.1.3 > /usr/share/doc/zlib-1.1.3/README > > #cd openssh-3.0.2p1 > #./configure > ...... > checking for deflate in -lz... no > configure: error: *** zlib missing - please install first or check > config.log *** > ....Install the zlib-devel rpm. /Tobias