in reply to Re^2: XML::LibXML installation on AIX
in thread XML::LibXML installation on AIX

See Config.pm somewhere under the Perl tree. If you are unlucky, perl has been built with the directories hardcoded into the binary. Then you need to reconfigure and recompile.

Replies are listed 'Best First'.
Re^4: XML::LibXML installation on AIX
by Anonymous Monk on May 17, 2011 at 13:48 UTC

    Thanks, I found the Config.pm with the paths in it.

Re^4: XML::LibXML installation on AIX
by fgxy (Initiate) on May 18, 2011 at 10:54 UTC

    Thank you very much, your help is greatly appreciated!