Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: expat library issue

by mirod (Canon)
on Sep 09, 2003 at 22:28 UTC ( [id://290200]=note: print w/replies, xml ) Need Help??


in reply to expat library issue

Was expat compiled with a different compiler than the Perl you are using? The Perl that comes with Solaris is compiled with Sun's compiler, and I have been bitten before by modules compiled with gcc that refuse to work with it.

Replies are listed 'Best First'.
Re: Re: expat library issue
by asarih (Hermit) on Sep 09, 2003 at 22:43 UTC
    Supposedly perlgcc addresses this very issue. I don't use it, so I don't know how well it works.
      Try to have a look at what's the compiler you are using. As the gcc compiler is not compatible with the Sun cc compiler.

      You mentioned migration in your post, which I think might partially explain why the things are failing. Are you migrating to a different SUN OS?

      Another thought, I used to get weired behaviour on my solaris system, with inconsistent ordering of /usr/local/lib and /usr/lib, etc., in the PATH and LD_LIBRARY_PATH, so one version of the program was started with another version of the so.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://290200]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found