head 1.2; access; symbols RPM_4_2_1:1.1.1.4 RPM_4_2:1.1.1.4 RPM_4_1_1:1.1.1.4 RPM_4_1:1.1.1.3 RPM_4_0_5:1.1.1.2 RPM_4_0_4:1.1.1.1 RPM:1.1.1; locks; strict; comment @# @; 1.2 date 2008.01.02.09.54.53; author rse; state dead; branches; next 1.1; commitid z4cpSiAhOCXk5PLs; 1.1 date 2002.01.08.00.30.11; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.01.08.00.30.11; author rse; state Exp; branches; next 1.1.1.2; 1.1.1.2 date 2003.01.18.13.49.01; author rse; state Exp; branches; next 1.1.1.3; 1.1.1.3 date 2001.10.15.03.47.34; author rse; state Exp; branches; next 1.1.1.4; 1.1.1.4 date 2003.01.18.14.04.59; author rse; state Exp; branches; next ; desc @@ 1.2 log @remove the ancient RPM 4.2.1 source tree copy @ text @
|
![]() ![]() ![]() |
The Berkeley DB configuration and build procedure is unable to dynamically load libraries on Mac OS X. This restriction is expected to be removed in future Berkeley DB releases.
![]() ![]() ![]() |
Copyright Sleepycat Software @ 1.1 log @Initial revision @ text @@ 1.1.1.1 log @Import: RPM 4.0.4 @ text @@ 1.1.1.2 log @Import: RPM 4.0.5 @ text @d1 2 a2 2 a3 1 d19 1 a19 1
There is a workaround for Java. Mac OS X normally requires Java loadable libraries to end with a .jnilib extension. Libtool, used by our build procedure, does not support this extension. To work around this, you must add a -D option to your Java command line to specify the complete pathname of the installed library:
% java -Dsleepycat.db.libfile=/full/path/to/libdb_java-VERSION.so
The Mac OS X 10.1 and 10.2 Developer Tools installer will optionally install one additional package called simply, "BSD SDK". That package contains the additional parts of the TCL distribution required to configure, compile and run the Berkeley DB test suite. The Berkeley DB configuration step will need the flag "--with-tcl=/System/Library/Tcl/8.3" added to the arguments in order to locate the now installed TCL distribution. @ 1.1.1.3 log @Import: RPM 4.1 @ text @d1 2 a2 2 d4 1 d20 1 a20 1
There is a workaround for Java. Mac OS X normally requires Java loadable libraries to end with a .jnilib extension. Libtool, used by our build procedure, does not support this extension. To work around this, you must add a -D option to your Java command line to specify the complete pathname of the installed library:
% java -Dsleepycat.db.libfile=/full/path/to/libdb_java-VERSION.so
The Mac OS X 10.1 and 10.2 Developer Tools installer will optionally install one additional package called simply, "BSD SDK". That package contains the additional parts of the TCL distribution required to configure, compile and run the Berkeley DB test suite. The Berkeley DB configuration step will need the flag "--with-tcl=/System/Library/Tcl/8.3" added to the arguments in order to locate the now installed TCL distribution. @