Hi, I installed few perl module locally and I try to install another one which depends on the previously installed ones (locally) but I get the warning that these modules can not be loaded
example: billmax:~/src/perl/XML-DOM-1.43$ perl Makefile.PL PREFIX=~/usr/local/lib/perl5 Checking if your kit is complete... Looks good Warning: prerequisite XML::Parser failed to load: Can't locate XML/Parser.pm in @INC (@INC contains: /home/gwes/usr/local/lib/perl5/5.6.0 home/gwes/usr/local/lib/site_perl/5.6.0 /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at (eval 7) line 3. Parser.pm is installed here: billmax:~$ pwd /home/gwes ~/usr/local/lib/perl5/lib/site_perl/5.6.0/i386-linux/XML/Parser.pm and I have PERL5LIB defined in my .bash_profile export PERL5LIB=/home/gwes/usr/local/lib/perl5/5.6.0:home/gwes/usr/local/lib/site_perl/5.6.0 so what do I get the above warning ? thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
