Compiling Oracle BerkeleyDB-XML on Ubuntu: Unterschied zwischen den Versionen

Aus Markus' Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: This HowTo refers to release 2.4.16 of Oracle's BerkeleyDB/XML. As documented by [http://commandline.org.uk/electronic-text/2008/aug/14/native-xml-storage-db-xml-part-o...)
 
Zeile 6: Zeile 6:
 
* chmod -R u+w dbxml-2.4.16
 
* chmod -R u+w dbxml-2.4.16
 
* cd dbxml-2.4.16
 
* cd dbxml-2.4.16
* patch -p1 <dbxml-2.4.16.patch
+
* patch -p1 <../dbxml-2.4.16.patch

Version vom 8. Januar 2009, 13:42 Uhr

This HowTo refers to release 2.4.16 of Oracle's BerkeleyDB/XML. As documented by Zeth, there are still some errors in the distribution package which prevent it from compiling fine on Ubuntu. The best way is to patch the installation package with a patch file which I have produced. Proceed as below: