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

  1. #1

    Default Undefined symbol?

    Hey there,

    Wasn't sure which mailing list to send this to but maybe someone can
    point me in the right direction. When perl is invoked (presumably by
    debian's dpkg command, since that's what causes the error), I get this
    message:

    /usr/bin/perl: relocation error:
    /usr/lib/perl5/auto/Locale/gettext/gettext.so: undefined symbol:
    Perl_Gthr_key_ptr

    Didn't know what to make of it or how to fix it. Thoughts?

    -Mark

    Mark Setzer Guest

  2. Similar Questions and Discussions

    1. GD-1.38: Undefined symbol: .__fixsfsi
      Hi ! Try to compile GD-1.38 under AIX 5.1 and run into the following error when running make: Undefined symbol: .__fixsfsi I did install...
    2. Undefined symbol perl_get_sv
      I'm trying to use the LibXML module on our Web server, but I get the undefined symbol error. I don't seem to have a perl shared library on the...
    3. undefined symbol in GTop.so
      I'm trying to ultimately get Apache::VMonitor running on a server running turbolinx server 8. I'm stuck on GTop, which Apache::VMonitor requires....
    4. Undefined symbol in gcc & c++
      Dear All, I built the following little C program into a library (libtt.a) with gcc: /* Filename: tt1.c */ #include <stdio.h> int foo() {...
    5. undefined symbol identification problem
      hpy_azizy@yahoo.com (ehab) wrote in message news:<b4f59294.0307220019.53d57117@posting.google.com>... 1. Why to name the file as such a long name?...
  3. #2

    Default Re: Undefined symbol?

    Mark Setzer wrote:
    > Hey there,
    >
    > Wasn't sure which mailing list to send this to but maybe someone can
    > point me in the right direction. When perl is invoked (presumably by
    > debian's dpkg command, since that's what causes the error), I get this
    > message:
    >
    > /usr/bin/perl: relocation error:
    > /usr/lib/perl5/auto/Locale/gettext/gettext.so: undefined symbol:
    > Perl_Gthr_key_ptr
    do you have different version of Perl installed on your machine? if so, you
    are likely to have a mismatch building and using the module.

    david
    --
    sub'_{print"@_ ";* \ = * __ ,\ & \}
    sub'__{print"@_ ";* \ = * ___ ,\ & \}
    sub'___{print"@_ ";* \ = * ____ ,\ & \}
    sub'____{print"@_,\n"}&{_+Just}(another)->(Perl)->(Hacker)
    David 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