Dear all, trying to install OpenSSH 2.3.0p1 on SunOS 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-30 always leads to the result ./configure [...] checking for deflate in -lz... no configure: error: *** zlib missing - please install first *** I installed zlib-1.1.3 with its default directories and I also installed openSSL without problems. Strange to me that on Linux 2.2.18 I installed OpenSSH 2.3.0p1 several times already without any problem. Probably, I do need to update the library cache, don't I ? But how ? Any help is greatfully appreaciated -- thanks in advance. Lukas
On Thu, 4 Jan 2001, Lukas Ruf wrote:> Dear all, > > trying to install OpenSSH 2.3.0p1 on > SunOS 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-30 > always leads to the result > ./configure > [...] > checking for deflate in -lz... no > configure: error: *** zlib missing - please install first ***Have a look in config.log, it should have a more detailed error message. You may need to specify LDFLAGS=-L/path/to/zlib ./configure [options] -d -- | ``We've all heard that a million monkeys banging on | Damien Miller - | a million typewriters will eventually reproduce the | <djm at mindrot.org> | works of Shakespeare. Now, thanks to the Internet, / | we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org
Seemingly Similar Threads
- OpenSSHd: PATHs in configuration files
- OpenSSH-2.3.0p1 patch for yet another F-secure version
- openssh 2.3.0p1 closing connection before command output comes through?
- rsync hangs on solaris
- Problem with OpenSSH 2.3.0p1 and Linux kernel 2.4.1pre8 (Disconnecting: fork failed: Resource temporarily unavailable)