From owner-freebsd-current Fri Jul 24 00:49:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08923 for freebsd-current-outgoing; Fri, 24 Jul 1998 00:49:31 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08918 for ; Fri, 24 Jul 1998 00:49:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id AAA28136; Fri, 24 Jul 1998 00:49:05 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 24 Jul 1998 00:49:04 -0700 (PDT) From: Doug White To: Jim Bryant cc: freebsd-current@FreeBSD.ORG Subject: Re: _inet_ntoa and _inet_addr in libc.a In-Reply-To: <199807240530.AAA11316@argus.tfs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Jul 1998, Jim Bryant wrote: > i have been patiently waiting for the following to be fixed for some > time now [note that tcp_wrappers is messed too]: > > cc -pipe -I/usr/local/include -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 -lwrap -lcrypt -L/usr/local/lib -lutil > 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 [...] > 1). i am hopelessly out of sync with -current. > 2). -current is hopelessly out of sync with it's own libs. Hm, I got this to explode on my current box, then did cd /usr/lib mkdir foo mv /usr/lib/lib* foo rebuilt the port and all was well. This was upgraded from a 2.2.6 box, thus the files in /usr/lib. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message