Connecting Tech Pros Worldwide Help | Site Map

nl_langinfo - problem

  #1  
Old June 24th, 2006, 03:55 PM
Adam Smith
Guest
 
Posts: n/a
UNIX FreeBSD -V 4.9 O/S, i386 arch, Perl -V 5.8.2 Installation

I've just installed a program w/ a PERL API. Now, on launching Perl, I
get the following error message

/usr/libexec/ld-elf.so.1:
/usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so: Undefined symbol
"nl_langinfo"

Can't even run the debugger,

Running ==> ldd /usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so
/usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so:
libm.so.2 => /root/usr/lib/libm.so.2 (0x281f8000)
libcrypt.so.2 => /root/usr/lib/libcrypt.so.2 (0x28214000)
libutil.so.3 => /root/usr/lib/libutil.so.3 (0x2822d000)
libc.so.4 => /root/usr/lib/libc.so.4 (0x28072000)

Anyone with a recommendation or solution?
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Localized month names? Jarek Zgoda answers 5 March 14th, 2006 01:45 PM
i18n: looking for expertise klappnase answers 15 July 18th, 2005 11:32 PM
Country specific date format Franz Steinhaeusler answers 6 July 18th, 2005 05:24 PM
locale.CODESET / different in python shell and scripts Nuff Said answers 9 July 18th, 2005 11:39 AM
locale.nl_langinfo(RADIXCHAR) vs locale.localeconv()['decimal_point'] Jeff Epler answers 2 July 18th, 2005 03:10 AM