Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 1998 08:56:09 +1000 (EST)
From:      John Birrell  <jb@cimlogic.com.au>
To:        opsys@mail.webspan.net (Open Systems Networking)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Ports breakage.
Message-ID:  <199807042256.IAA14420@cimlogic.com.au>
In-Reply-To: <Pine.BSF.3.95.980704180927.14524A-100000@orion.webspan.net> from Open Systems Networking at "Jul 4, 98 06:18:49 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Open Systems Networking wrote:
> 
> Im gonna get fried for this but some of the ports for me are breaking like
> xpilot with:
> 
> socklib.o: Undefined symbol `___inet_addr' referenced from text segment
> socklib.o: Undefined symbol `___inet_ntoa' referenced from text segment
> socklib.o: Undefined symbol `___inet_addr' referenced from text segment
> query.o: Undefined symbol `___inet_ntoa' referenced from text segment
> query.o: Undefined symbol `___inet_ntoa' referenced from text segment
> *** Error code 1

Check if you've got an old libc in /usr/lib and the new one in /usr/lib/aout.
I've seen this sort of thing when a port compiles against the new headers,
but links against the old libc due to the configure script "searching"
/usr/lib.

-- 
John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137

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?199807042256.IAA14420>