In message <[EMAIL PROTECTED]> on Fri, 28 Nov 2003 11:02:56 +0100, Gerd Schering 
<[EMAIL PROTECTED]> said:

Schering> when I try to update the database via
Schering> 
Schering> openssl ca -config $Config -updatedb
Schering> 
Schering> I get the following error:
Schering> 
Schering> Using configuration from $Config
Schering> error creating name index:(2,223,364)
Schering> 
Schering> It is clear, there is some sort of index clash, but what is
Schering> the meaning of "(2,223,364)", especially of the last two
Schering> numbers?

The first number signals an index clash, as you guessed.  If you look
in crypto/txt_db/txt_db.h, you'll find the whole set of error numbers.
The two other numbers are the record indexes of the two records that
clashed.  Since the database is essentially a text file (although it's
treated like a binary file?!??), I think those can be seen as line
numbers.

What version of OpenSSL do you use?

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.
You don't have to be rich, a $10 donation is appreciated!

-- 
Richard Levitte   \ Tunnlandsvägen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to