in reply to XML::LibXML::Common libxml relocation

A few things.

First, are you sure that the .so file is in the right place? Did the compile really work correctly?

Also, were you messing around as root at some point, and forgot to change the permissions so your regular username can't access the .so file?

Those get me all the time. Have you tried CPAN to do the install/makes of the new perl modules? I've found that CPAN helps tremendously with the build/install/config issues like this....

  • Comment on Re: XML::LibXML::Common libxml relocation

Replies are listed 'Best First'.
Re: Re: XML::LibXML::Common libxml relocation
by primus (Scribe) on Oct 22, 2003 at 14:17 UTC
    well, i think it is in the right place, i mean i have compiled other .so files, and they seem to work... i also do not have root on the system, but the permissions are right.

    i dont know if using CPAN would work... i only have write permission to my ~me directory... thanks for the reply.

    EDIT

    also, is there a way that i can compile the .so file on my linux box for solaris?? i dont think so, but who knows...