On 01-11-12 14:55:23 CET, pascal gachet wrote: > Hi > > When i connect to the public server and try to ask a certificate request, the >following error is. > > Can't locate DB_File.pm in @INC (@INC contains: /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 . lib/) at (eval 16) line 3. > > I can altough process the certificate request to the RA, but there is a signature >error on the request. > > I'm using OpenCA 0.8.0 > perl 5.6.0 and cgi.pm-2.78 > > Should i install the module CGI::Carp?
that's not what perl is failing to find. `perl -MDB_File /dev/null` should return silently, but on your system it prints an error message, right? whether you've got CGI::Carp installed can be found out by trying `perl -MCGI::Carp /dev/null`, but it's probably part of CGI. rj _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
