Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 1998 00:49:04 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Jim Bryant <jbryant@unix.tfs.net>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: _inet_ntoa and _inet_addr in libc.a
Message-ID:  <Pine.BSF.4.00.9807240042120.23199-100000@resnet.uoregon.edu>
In-Reply-To: <199807240530.AAA11316@argus.tfs.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9807240042120.23199-100000>