| yang's profile如山岿然,如风啸然,如林静然~~PhotosBlogLists | Help |
|
October 23 安装sleepycat步骤备忘安装sleepycat步骤备忘:
从下面的URL下载zlib 1.2.3的源代码:http://www.sleepycat.com
tar zvxf db-4.3.29.tar.gz cd db-4.3.29 cd build_unix/ ../dist/configure \ CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" make make install env
export LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.3/lib
|
|
|