"Brian D. Olesen" wrote:
> 
> Hello

Hi,

> Importing certificate into DB ... ndbm store returned -1, errno 28, key "01"
> at /appl/OpenCA/bin/addCertDB.pl line 86.
> 
> As far as I can gather from the Perl newsgroups, there is a record size
> limit for ndbm. The newly generated certificate is 01.pem.

Well I don't think this is the case as a certificate is only 4/5k long. I
have to check, indeed, anyway try adding this to any script using dbm
functions:

BEGIN { @AnyDBM_File::ISA = qw( DB_File GDBM_File NDBM_File ) }

This should use the DB_File then the GBDM_File then the NDBM_File as
fallbacks. If it fails adding the certificate again, there is some
problem with perl/dbm. Can you post some data about your system ? Such
as OS, Perl Version, OpenCA Version, etc...

-- 

C'you,

        Massimiliano Pala

--o-------------------------------------------------------------------------
Massimiliano Pala [OpenCA Project Manager]                [EMAIL PROTECTED]
                                                     [EMAIL PROTECTED]
http://www.openca.org                            Tel.:   +39 (0)59  270  094
http://openca.sourceforge.net                    Mobile: +39 (0)347 7222 365

S/MIME Cryptographic Signature

Reply via email to