XML_ParserCreate_MM: referenced symbol not found ... Any ideas

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

  1. #1

    Default XML_ParserCreate_MM: referenced symbol not found ... Any ideas

    OS : Solaris 8
    Perl Extension for XML Parser : 2.31 (for perl 5.6.0)

    ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
    /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/auto/XML/Parser/Expat/Expat.so:
    symbol XML_ParserCreate_MM: referenced symbol not found
    Killed

    Any ideas?
    Bageshwar Guest

  2. Similar Questions and Discussions

    1. #24664 [Opn->Csd]: relocation error: symbol not found: ap_pass_brigade
      ID: 24664 Updated by: sniper@php.net Reported By: a dot polli at mir dot it -Status: Open +Status: ...
    2. reference symbol not found with UDUNITS
      On a Solaris 7 machine, I had Perl 5.005_03 running with UDUNITS successfully. I'm not sure what the relationship is between the two. This perl is...
    3. #24664 [Fbk->Opn]: relocation error: symbol not found: ap_pass_brigade
      ID: 24664 User updated by: a dot polli at mir dot it Reported By: a dot polli at mir dot it -Status: Feedback...
    4. #24664 [Opn->Fbk]: relocation error: symbol not found: ap_pass_brigade
      ID: 24664 Updated by: sniper@php.net Reported By: a dot polli at mir dot it -Status: Open +Status: ...
    5. #24328 [Fbk->NoF]: symbol not found: executor_globals
      ID: 24328 Updated by: sniper@php.net Reported By: Pavel dot Zakouril at mff dot cuni dot cz -Status: Feedback...
  3. #2

    Default Re: XML_ParserCreate_MM: referenced symbol not found ... Any ideas

    Bageshwar wrote:
    > OS : Solaris 8
    > Perl Extension for XML Parser : 2.31 (for perl 5.6.0)
    >
    > ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
    >
    /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/auto/XML/Parser/Expat/Expat.so:
    > symbol XML_ParserCreate_MM: referenced symbol not found
    > Killed
    >
    > Any ideas?
    Is expat installed?

    --
    Michel Rodriguez
    Perl & XML
    [url]http://www.xmltwig.com[/url]
    Michel 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