Achim, It looks like you have the perl module XML:Parser installed, but the installation location isn't in your perl path. You could try setting PERL5LIB=/usr/share/perl5/RPC/ in your environment or (re)install XML::Parser using perl -MCPAN -e 'install XML::Parser'.
-Joe On Fri, Aug 21, 2009 at 8:25 AM, Achim <[email protected]> wrote: > Dear all, > > I am trying to install tpp 4.3.0 on ubuntu 9.04, following step by step the > beautifully clear instructions for tpp 4.2.1 on the wiki. > > Upon compilation of the tpp I get stuck: > > ---------- output from make -j5 command ---------------- > ... > perl -c -I ../../build/linux ../../build/linux/tpp_gui.pl > Can't locate XML/Parser.pm in @INC (@INC contains: ../../build/linux > /usr/local/lib/perl5/5.8.8/x86_64-linux /usr/local/lib/perl5/5.8.8 > /usr/local/lib/perl5/site_perl/5.8.8/x86_64-linux > /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at > ../../build/linux/tpp_gui.pl line 16. > BEGIN failed--compilation aborted at ../../build/linux/tpp_gui.pl line 16. > make[2]: *** [../../build/linux/tpp_gui.pl] Error 2 > make[2]: *** Deleting file `../../build/linux/tpp_gui.pl' > make[2]: Leaving directory `/usr/local/src/tpp-4.3.0/src/perl_paths' > make[1]: *** [perl_paths] Error 2 > make[1]: Leaving directory `/usr/local/src/tpp-4.3.0/src' > make: *** [default] Error 2 > ---------- end output ----------------- > > When I look for Parser.pm, I find it in the following locations: > ----------- copied from terminal ------------- > find / -name 'Parser.pm' -print > /usr/share/perl5/RPC/XML/Parser.pm > /usr/share/perl/5.10.0/Pod/Parser.pm > /usr/lib/perl5/HTML/Parser.pm > /usr/lib/perl5/XML/Parser.pm > /usr/local/perl-5.8.8/lib/Pod/Parser.pm > /usr/local/lib/perl5/site_perl/5.8.8/x86_64-linux/HTML/Parser.pm > /usr/local/lib/perl5/5.8.8/Pod/Parser.pm > > perl -version > > This is perl, v5.8.8 built for x86_64-linux > ------------- end copy from terminal ----------- > > Anybody's help is very much appreciated. > > Thanks a lot in advance, > > Achim > > -- > Achim Treumann > NEPAF, Newcastle upon Tyne, UK > > > > -- Joe Slagel Institute for Systems Biology [email protected] (206) 732-1362 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
