Hi
I'm using Kubuntu Edgy and trying to install some perl module named XML::Xpath.
I used it before and i love it.
But it seems I have some trouble running it on Kubuntu.
I installed it via apt, via cpan, and even manually and I always get :
Line 1 is the usually "!#whereIsPerl" line
Line 2 is the "use XML::Xpath;" line
This script works fine on other linux system.
I checked the path in the error, and the module is there.
I dont know why its not working... I tried running the thing with su, changed mod with some devils number... always the same error.
Any Idea?
I'm using Kubuntu Edgy and trying to install some perl module named XML::Xpath.
I used it before and i love it.
But it seems I have some trouble running it on Kubuntu.
I installed it via apt, via cpan, and even manually and I always get :
Code:
yuuki@yuuki:~/bao$ perl script.pl Can't locate XML/Xpath.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at script.pl line 2. BEGIN failed--compilation aborted at script.pl line 2.
Line 2 is the "use XML::Xpath;" line
This script works fine on other linux system.
I checked the path in the error, and the module is there.
Code:
yuuki@yuuki:/usr/share/perl5/XML$ ls -l total 24 drwxr-xr-x 3 root root 4096 2007-03-18 03:27 XPath -rw-r--r-- 1 root root 17113 2003-01-26 20:33 XPath.pm yuuki@yuuki:/usr/share/perl5/XML$
Any Idea?
Comment