| Adam Smith 2006-06-27, 6:57 pm |
| Could someone say if I am addressing a Perl specific problem or an
Operating system problem?
Some perl programs don't work and some apparently non-perl programs,
such as 'man', have suffered the same faith as well.
Installing 5.8.8 as an upgrade from 5.8.2
System Specs: FreeBSD kooler.com 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed
Nov 12 17:41:01 PST 2003 root@wxyz.net:/usr/obj/usr/src/sys/STANDARD
i386
_____________
Under 5.8.2 installed an API and rebuilt shared lib hint files
,/var/run/ld.so.hints /var/run/ld-elf.so.hints, w/ ldconfig -m after
experiencing difficulties sourcing some essential *.so files.
After this persistent "nl_langinfo" problem created.
Ex: launching Perl at the command line ==>
/usr/libexec/ld-elf.so.1:
/usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so: Undefined symbol
"nl_langinfo"
Decided to rebuild & upgrade perl w/ V-5.8.8, but this is producing ==>
*** Error code 1 (ignored)
../miniperl -Ilib configpm --heavy=lib/Config_heavy.pl lib/Config.pm
/usr/libexec/ld-elf.so.1: ./miniperl: Undefined symbol "nl_langinfo"
*** Error code 1
Stop in /usr/home/koolsrc/perl/perl-5.8.8.
|