http://www.perlmonks.org?node_id=938980


in reply to Re^8: Change in Berkeley DB in Perl 5.12?
in thread Change in Berkeley DB in Perl 5.12?

If you are using DB_File, it should only be used with Version 1.x which is in the public domain. All other versions from BerkeleyDB 2.0 on, are owned by Oracle. If your version of DB_File is using a version other than 1.x, then there may be licensing and royalty issues.

I have moved BerkeleyDB data bases from big-endian to little-endian machines without a problem for 3.x versions, but for the 4.x and 5.x (Oracle) versions, I need to export the data and then import the data on the target machine. I never tried it with DB_File, since I have never been able to get DB_File to work correctly in a multi-user environment.

Hope this helps!

"Well done is better than well said." - Benjamin Franklin