From owner-freebsd-questions Sun Mar 23 03:57:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA04243 for questions-outgoing; Sun, 23 Mar 1997 03:57:53 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA04238 for ; Sun, 23 Mar 1997 03:57:50 -0800 (PST) Received: from localhost (root@localhost) by narcissus.ml.org (8.8.5/8.7.3) with SMTP id DAA26156 for ; Sun, 23 Mar 1997 03:58:00 -0800 (PST) Date: Sun, 23 Mar 1997 03:58:00 -0800 (PST) From: Levels of Indirection To: questions@freebsd.org Subject: I can't get ssh to compile under 2.1.7 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Even after turning off all optimization in /etc/make.conf, my make craps out with the following: cc -pipe -Lzlib095 -Lrsaref2/source -o ssh ssh.o sshconnect.o log-client.o readconf.o hostfile.o readpass.o tildexpand.o clientloop.o canohost.o idea.o rsa.o randoms.o md5.o buffer.o emulate.o packet.o compress.o xmalloc.o ttymodes.o newchannels.o bufaux.o authfd.o authfile.o crc32.o rsaglue.o tss.o cipher.o des.o match.o arcfour.o mpaux.o minfd.o userfile.o signals.o -L/usr/lib -lgmp -Lzlib095 -lz -lrsaref -lcrypt -L/usr/local/lib -lutil compress.o: Undefined symbol `_inflateInit_' referenced from text segment compress.o: Undefined symbol `_deflateInit_' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Anyone know how I can make it happy? Ben "You have your mind on computers, it seems."