Hi Jose, well, how you can read from your error message the OpenCA/Tools.pm can not be found in one of the directories that are listed in the array @INC. Either you copy the required module and directory into one of the listed directories of @INC or you install the perl module (e.g. with the CPAN-shell). Then it should work.
Kind regards, Matthias On 10/3/06, SOF - Dragone Jose Luis <[EMAIL PROTECTED]> wrote: > > > > > When I was trying to run the script : > > > > Obelix:/srv/OpenCA/bin # ./openca-configure --help > > Can't locate OpenCA/Tools.pm in @INC (@INC contains: /srv/perl-modules/perl5 > /usr/lib/perl5/5.8.6/i586-linux-thread-multi > /usr/lib/perl5/5.8.6 > /usr/lib/perl5/site_perl/5.8.6/i586-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl > /usr/lib/perl5/vendor_perl/5.8.6/i586-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl > .) at ./openca-configure line 7. > > BEGIN failed--compilation aborted at ./openca-configure line 7. > > > > But from a find I did : > > > > Obelix:/srv/OpenCA/perl5 # find /srv -name Tools.pm > > /srv/OpenCA/perl5/MIME/Tools.pm > > /srv/OpenCA/perl5/OpenCA/Tools.pm > > (the last one is the one that should have found ) > > But how can achieve that? > > > > Thanks > > > > Jose Dragone > > IT Engineer > > Buenos Aires > > > > > > *** ADVERTENCIA *** - El contenido del presente mensaje y los archivos > adjuntos que pudiera contener son privados, estrictamente confidenciales y > exclusivos para su destinatario, pudiendo contener informacion protegida por > normas legales y de secreto profesional. Bajo ninguna circunstancia su > contenido puede ser transmitido o revelado a terceros ni divulgado en forma > alguna. En consecuencia de haberlo recibido por error, rogamos contactar al > remitente y eliminarlo de su sistema. No nos responsabilizamos por la > integridad y la seguridad de este mensaje, ya que el mismo podrĂa estar > sujeto a manipulaciones ilegales de informacion. *** WARNING *** - The > information transmitted is intended only for the person or entity to which > it is addressed and may contain confidential and/or privileged material. Any > review, retransmission, dissemination or other use of, or taking of any > action in reliance upon, this information by persons or entities other than > the intended recipient is prohibited. If you received this in error, please > contact the sender and delete the material from any computer. The integrity > and security of this message cannot be guaranteed and it may be subject to > unauthorized amendment, for which we accept no liability. > ------------------------------------------------------------------------- > 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
