Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.94k stars 554 forks source link

nl_langinfo ==> Installation problems #8497

Closed p5pRT closed 18 years ago

p5pRT commented 18 years ago

Migrated from rt.perl.org#39625 (status was 'rejected')

Searchable as RT39625$

p5pRT commented 18 years ago

From jaymax36@yahoo.com

Installing 5.8.8 as upgrade from 5.8.2

Sys Specs​: FreeBSD kool.com 4.9-STABLE FreeBSD 4.9-STABLE #0​: Wed Nov 12 17​:41​:01 PST 2003
root@​standard.dedicated.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 sourceing 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.

__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http​://mail.yahoo.com

p5pRT commented 18 years ago

From @iabyn

On Sun\, Jun 25\, 2006 at 03​:55​:50AM -0700\, Jmax JAYMAX wrote​:

Installing 5.8.8 as upgrade from 5.8.2

Sys Specs​: FreeBSD kool.com 4.9-STABLE FreeBSD 4.9-STABLE #0​: Wed Nov 12 17​:41​:01 PST 2003
root@​standard.dedicated.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 sourceing 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

nl_langinfo is supposed to be in libc. If ld-elf can't find it\, then there';s something wrong with your libc or ld.so.hints or whatever. It's unlikely to be something that can be fixed within perl.

-- This email is confidential\, and now that you have read it you are legally obliged to shoot yourself. Or shoot a lawyer\, if you prefer. If you have received this email in error\, place it in its original wrapping and return for a full refund. By opening this email\, you accept that Elvis lives.

p5pRT commented 18 years ago

The RT System itself - Status changed from 'new' to 'open'

p5pRT commented 18 years ago

@rgs - Status changed from 'open' to 'rejected'