Script Debugging
am 24.06.2006 07:16:45 von Adam SmithHi,
Platform i386, freeBSD 4.9 O/S
I am running a perl cgi script and am getting an error message to my
http error log files
==> /usr/libexec/ld-elf.so.1:
/usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so: Undefined symbol
"nl_langinfo"
grep'ing seems to localize the problem in the libperl.so library
grep -in nl_langinfo /usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so
Binary file /usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so matches
but I am at a bit of a loss as to how best to proceed, just need a
directional push start.
'nl_langinfo' I thought was a UNIX function fo locale info, and the use
of the Perl debugger ==> perl -d filename.cgi produces the error message
on the first line.
Anyone up to the task?
-- Adam --