Date: Thu, 20 Aug 1998 22:04:27 +0000 (GMT) From: Chris Coleman <chris@bb.cc.wa.us> To: Chuck Robey <chuckr@glue.umd.edu> Cc: ports@FreeBSD.ORG Subject: Re: ssh port dying on current Message-ID: <Pine.BSF.3.96.980820220117.14231A-100000@bb.cc.wa.us> In-Reply-To: <Pine.BSF.4.00.9808202020580.11516-100000@picnic.mat.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980820220117.14231A-100000>