Philip Martin <[email protected]> writes: > BDB databases are supposed to be portable from 32 to 64 bits: > http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_misc/faq.html > but if for some reason that doesn't work the last ditch solution is to > dump the database on the 32 bit machine, transfer the dump, and load > it on the 64 bit machine.
It might be sufficient to remove the BDB shared-memory files repository/db/__db.00? on the 64 bit machine, they will get recreated automatically when you access the repository. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

