Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 1997 08:34:49 +0100
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        hackers@FreeBSD.ORG
Subject:   Re: Perl 5.004
Message-ID:  <19971112083449.00854@keltia.freenix.fr>
In-Reply-To: <199711112302.PAA14867@Gatekeeper.Alameda.net>; from Ulf Zimmermann on Tue, Nov 11, 1997 at 03:02:55PM -0800
References:  <199711112302.PAA14867@Gatekeeper.Alameda.net>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Ulf Zimmermann:
> Anyone has idea why this happens with the port of perl5.00401 and 5.00404:
> 
> Gatekeeper root local/mrtg # ./mrtg.test mrtg.cfg.test 
> (null): Undefined symbol "___inet_ntoa" called from perl5.00404:/usr/local/lib/perl5/i386-freebsd/5.00404/auto/Socket/Socket.so at 0x8127110

You have compiled Perl with the header files from bind 8.1. Ensure that
every file in arpa/ is taken from the system files not from the directory
installed by bind in /usr/local/include.

I usually rename /usr/local/include/arpa into /usr/local/bind/bind/ to
avoid conflicts.

I think 8.1.1's header files have been  fixed but I've not verified it.
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-CURRENT #48: Sat Nov  8 18:08:59 CET 1997



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