mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-10 04:45:21 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@642 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
579 B
XML
17 lines
579 B
XML
<sect2>
|
|
<title>Installation of db-&db-3.3-version;</title>
|
|
|
|
<para>Install db-&db-3.3-version; by running the following commands:</para>
|
|
|
|
<para><screen><userinput>cd build_unix &&
|
|
../dist/configure --prefix=/usr --enable-compat185 \
|
|
--enable-static --enable-shared &&
|
|
make docdir=/usr/doc/Berkeley-DB all install &&
|
|
cd /usr/lib/ &&
|
|
ln -sf libdb-3.3.a libdb.a &&
|
|
sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new &&
|
|
mv /usr/include/db_185.h.new /usr/include/db_185.h</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|