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

Thank you, this could be the problem, since one of those directories does not exist anymore.

Could you please tell me which environment variables the perl install script took those values from? I can't seem to find them in PATH, there is no env variable named PERL_LIB and PERL5LIB contains entirely different values.

Replies are listed 'Best First'.
Re^3: XML::LibXML installation on AIX
by Corion (Patriarch) on May 17, 2011 at 13:32 UTC

    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.

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

      Thank you very much, your help is greatly appreciated!