Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 1997 19:37:50 +0100
From:      J Wunsch <j@ida.interface-business.de>
To:        ports@FreeBSD.ORG
Cc:        markm@FreeBSD.ORG
Subject:   Perl 5 port .so loading broken :(
Message-ID:  <19971117193750.17988@interface-business.de>

next in thread | raw e-mail | index | archive | help
That's with a recent 2.2-stable, and with any .so Perl module:

j@ida 573% perl5
use POSIX;
^D
Can't find 'boot_POSIX' symbol in /usr/local/lib/perl5/i386-freebsd/5.00404/auto/POSIX/POSIX.so
 at - line 1
BEGIN failed--compilation aborted at - line 1.

boot_POSIX actually *is* there, but with the typical a.out leading
underscore:

j@ida 575% nm /usr/local/lib/perl5/i386-freebsd/5.00404/auto/POSIX/POSIX.so | fgrep boot_
0000d888 T _boot_POSIX

-- 
J"org Wunsch					       Unix support engineer
joerg_wunsch@interface-business.de       http://www.interface-business.de/~j



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