Date: Sun, 25 Jan 1998 19:12:59 +0100 From: Ollivier Robert <roberto@keltia.freenix.fr> To: freebsd-hackers@FreeBSD.ORG Cc: stanny@TDFltd.com Subject: Re: Crisis - I broke perl / can't find boot_Socket symbol Message-ID: <19980125191259.27350@keltia.freenix.fr> In-Reply-To: <3.0.1.32.19980125122250.006e1c5c@izzy.net>; from Gary Stanny on Sun, Jan 25, 1998 at 12:22:50PM -0500 References: <3.0.1.32.19980125122250.006e1c5c@izzy.net>
next in thread | previous in thread | raw e-mail | index | archive | help
According to Gary Stanny: > What is Socket.bs and should it be 0 length? Don't worry about it. The .bs file (for Bootstrap) is for architectures other than i386. > I pkg_add-ed perl-5.00401, p5-libwww-5.12, p5-Net-1.0505, & > p5-MIME-Base64-2.03. I am running FreeBSD 2.2.2. Am I just missing a > package ? You probably took a CURRENT package (or a 2.2.5 one) and got bitten by the new ld.so that can find symbols in shared libs with or without the "_". With the new ld, Perl's Configure doesn't generate "_" in front of names exported so you old ld.so can't find them. The package was probably created on a system with the new ld. Recompile Perl yourself. Get the 5.004_04 BTW. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #4: Sun Jan 18 15:50:16 CET 1998
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980125191259.27350>