Zaki, See if XML/Twig.pm is inside /usr/share/perl5. If it is there, then stop reading and find another solutions, if not, find where XML/Twig.pm is in your file system and make:
...# cp where_it_is/XML/* /usr/share/perl5 That perl module comes with OpenCA sources, and is installed in path_openca/modules/perl5/XML/Twig.pm. Another solutions may be: ...# apt-get install libxml-twig-perl But maybe you will have the module installed twice. Greetings, Jorge Zaki Akhmad wrote: > I'm having this error message > > auroraborealis:/usr/local/openra/openca/etc# ./configure_etc.sh > ---- > fixing directory: /usr/local/openra/openca/etc/ > --- > > XML/Twig.pm did not return a true value at > /usr/share/perl5/OpenCA/Tools.pm line 417 > Begin failed--compilation aborted at /usr/share/perl5/OpenCA/Tools.pm > line 417 > Compilation failed in require at > /usr/local/openra/bin/openca-configure line 8 > Begin failed--compilation aborted at > /usr/local/openra/bin/openca-configure line 8 > > I have installed the libxml-perl debian package. Anybody can help me? > What should I do to fix this error. > > > -- > Zaki Akhmad > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >------------------------------------------------------------------------ > >_______________________________________________ >Openca-Users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/openca-users > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
