Ask a Question related to PERL Modules, Design and Development.
-
Adam Smith #1
Script debugging
Hi,
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.
Anyone up to the task?
-- Adam --
Adam Smith Guest
-
Debugging output does not appear when use Debugging IPAddresses
I recently absorbed the task of supporting our CF MX 6.1 server. We have an app that we need to debug - the developer asked us to add her IP... -
cf debugging
Not really. There are some other options available. Dreamweaver Help is the path to find them. -
debugging ASP/DLL/IIS
I work with VS6 on WinXPpro I developed an ActiveX-DLL for using in ASP-documents. It works fine, but now I want to debug the DLL because an error... -
IIS server cannot run debugging for asp script in Windows 2003
I tried to debug asp script in Windows 2003. I went to the property of IIS virtual directory, IIS application configuration, debug tab. I checked... -
How can I detect I am running an ASP script under debugging session?
Hi. I'm using Visual Interdev 6 (SP5) to server-side debug my ASP scripts. I'd like to detect whether I'm running the script under a debugging... -
Adam Smith #2
Re: Script debugging - NOPE !!! Installation Failure??
Actually discovered that this is an Installation Problem apparently.
Merely, launching Perl produces the Undefined symbol condition.
Suggestions sought.
Adam Smith wrote:
> Hi,
>
> 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.
>
> Anyone up to the task?
>
> -- Adam --Adam Smith Guest
-
Ben Morrow #3
Re: Script debugging
[f'ups set]
Quoth Adam Smith <adamsmith@econ.com>:At least on my system (linux), nl_langinfo is defined in libc.so. Have> 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"
you upgraded your libc since you installed perl? What do you get if you
run 'ldd /usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so'?
I suspect the only solution is to rebuild perl, unless your system's
really badly broken.
Ben
--
We do not stop playing because we grow old;
we grow old because we stop playing.
[email]benmorrow@tiscali.co.uk[/email]
Ben Morrow Guest



Reply With Quote

