db_dump185 binary available for Windows? -
10-17-2005
, 07:52 PM
Hi,
I'm trying to recover some of the data stored in my blog that became
unavailable when my hosting provider decide to update their version of
Berkeley DB. (I tried their support route but they still insist it's
not their fault).
I installed Berkeley 4.3.29 in my Windows XP laptop, and tried to run
db_dump on my .db files. However, I get the following error:
db_dump: author.db: unexpected file type or format
db_dump: open: author.db: Invalid argument
I believe - but I'm new to Berkeley DB - this is because the files
were created with Berkeley v1.x, so I'd need to run db_dump185 which,
unfortunately, isn't included in the binary distribution.
Since I don't have a C++ compiler at hand, is there any place I can
get a binary version of db_dump185?
Thanks in advance,
/david |