From owner-freebsd-ports Thu Aug 20 22:05:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06197 for freebsd-ports-outgoing; Thu, 20 Aug 1998 22:05:32 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bb.cc.wa.us (bb.cc.wa.us [134.39.181.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06192 for ; Thu, 20 Aug 1998 22:05:31 -0700 (PDT) (envelope-from chris@bb.cc.wa.us) Received: from localhost (chris@localhost) by bb.cc.wa.us (8.9.1/8.8.8) with SMTP id WAA14233; Thu, 20 Aug 1998 22:04:27 GMT (envelope-from chris@bb.cc.wa.us) Date: Thu, 20 Aug 1998 22:04:27 +0000 (GMT) From: Chris Coleman To: Chuck Robey cc: ports@FreeBSD.ORG Subject: Re: ssh port dying on current In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks. Worked great. Are we going to have to patch ports like ssh to make this work? I had to add -L/usr/lib/aout to the Makefile to make this work, just changing my ldconfig didn't seem to do anything. Maybe an [if -d /usr/lib/aout] type change to the configure script so it uses the correct library? -Chris On Thu, 20 Aug 1998, Chuck Robey wrote: > > On Thu, 20 Aug 1998, Chris Coleman wrote: > > > I get this error and don't know how to fix it. > > > > This is on -current cvsup'd yesturday with -ports cvsup'd yesturday also. > > > > sshconnect.o: Undefined symbol `___inet_addr' referenced from text segment > > sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment > > sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment > > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > > Seen this one before, because I had my LD_LIBRARY_PATH wrong. Are you > running current? You have the up to date libc in /usr/lib/aout, but > trying to link with /usr/lib. > > > > > > > -Chris > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > > > ----------------------------+----------------------------------------------- > Chuck Robey | Interests include any kind of voice or data > chuckr@glue.umd.edu | communications topic, C programming, and Unix. > 213 Lakeside Drive Apt T-1 | > Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) > (301) 220-2114 | and jaunt (NetBSD). > ----------------------------+----------------------------------------------- > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message