[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Subject



> 2001-06-18T20:52:04 Failed to open database: Unknown error 4294936306
> 
> <griffon>lumberjack-pts/4[261]~$ perl -e 'printf "%d", 4294936306;'
> -30990
> 
> which I'm guessing is this:
> 
> /usr/include/db.h:#define       DB_OLD_VERSION          (-30990)/*
> Out-of-date version. */

Aha, I assume you linked against a different version of libdb?

This was with db2, wasn't it?  I think what's happening is that
strerror is returning that string for you.

I guess it would be useful to make an error table with db errors and
return those.

/assar