Bill Moseley <[EMAIL PROTECTED]> writes:

> I'm not that clear on the problem.  But it's not debian specific, right?  
> I mean google finds a bunch of posts about DB_File and Perl 5.8.0, 
> although perhaps those were different issues.
>
> Is it just upgrading to BerkeleyDB 4 that requires rebuilding the db 
> files?

I had the same problem a while ago. The binary format of Berkeley DB
has changed.

You need to :
- dump your database (old format) in ascii form using db3_dump
- create your database in new format using db4.0_load

For this download libdb3-util, libdb4.0-util.

If your database is older try libdb2-util.


I believe that this problem is specific to BerkeleyDb. 

HTH

-- 
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to