Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. cf debugging
      Not really. There are some other options available. Dreamweaver Help is the path to find them.
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: Script debugging

    [f'ups set]

    Quoth Adam Smith <adamsmith@econ.com>:
    > 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"
    At least on my system (linux), nl_langinfo is defined in libc.so. Have
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139