Gerald Lang wrote:
> 
> Hallo,
> 
> when I install OpenCA on RedHat all works fine. In the location
> /usr/local/OpenCA/dB I find files which ends with .db - OK.

On RH package you were using the NDBM file format....

> Now I installed OpenCA on SuSE 7.0. In the location /usr/local/OpenCA/dB
> now I find files which ends with .dir and .pag

... while on suse it seems you are using the GDBM format...

[...]
> I think it is an "error" of the database perl module from SuSE, maybe
> they use another database module, as RedHat???
> Who as an idea ?

Read the ( next posted ) message on the OpenCA Status ... I do not have
answers as the error seems internal to the DB module which have been
completely rewritten...

You can add the following line at the beginning of the DB.pm module
and re-install it:

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

This should solve your problems in the short period...

C'you,

        Massimiliano Pala

S/MIME Cryptographic Signature

Reply via email to