db-4.3.27:20041229

[トップ][一覧][最近の更新]

wget ftp://sleepycat1.inetu.net/releases/db-4.3.27.tar.gz
tar xvfz db-4.3.27.tar.gz
cd db-4.3.27
mkdir build-dir
cd build-dir
CFLAGS="-O2 -march=pentium4" \
CXXFLAGS="-O2 -march=pentium4" \
../dist/configure \
--prefix=/usr \
--enable-shared \
--enable-rpc \
--enable-compat185
nice make
su
make install
ldconfig -v

最終更新 : 2004/12/29 18:10:58 JST