From owner-freebsd-current Tue Sep 8 17:04:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12816 for freebsd-current-outgoing; Tue, 8 Sep 1998 17:04:38 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12762 for ; Tue, 8 Sep 1998 17:04:17 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.1/8.9.1) id TAA27835; Tue, 8 Sep 1998 19:04:06 -0500 (CDT) Message-ID: <19980908190406.A27757@emsphone.com> Date: Tue, 8 Sep 1998 19:04:06 -0500 From: Dan Nelson To: "Steven P. Donegan" , current@FreeBSD.ORG Subject: Re: ports - ssh References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.2i In-Reply-To: ; from "Steven P. Donegan" on Tue Sep 8 15:26:25 GMT 1998 X-OS: FreeBSD 2.2.7-STABLE Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 08), Steven P. Donegan said: > I was trying to get the ssh port compiled today - it failed with > unresolved externals: > > ===> Building for ssh-1.2.26 > rm -f ssh > cc -pipe -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 cipher.o des.o match.o arcfour.o mpaux.o userfile.o signals.o > blowfish.o deattack.o -L/usr/lib -lgmp -L/usr/lib -lz -lrsaref -lcrypt > -L/usr/local/lib -lutil > sshconnect.o: Undefined symbol `___inet_addr' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > *** Error code 1 Same thing happened to me. Make sure there are no old aout libraries in /usr/lib. That's what bit me. You might also want to make sure both your shlibs and /usr/include match each other. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message