glfs/content/databases/db-3.3/db-3.3-inst.xml
Billy O 'Connor e056b9215a Adding Berkeley db-3.3.11, needed by GnuCash. Note that db-3.3.11 will
be added to the gnome/otherlibs section.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@471 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-12-15 05:19:37 +00:00

19 lines
561 B
XML

<sect2>
<title>Installation of db-3.3.11</title>
<para>Install db-3.3.11 by running the following commands:</para>
<para><screen><userinput>
cd build_unix &amp;&amp;
../dist/configure --prefix=/usr --enable-compat185 \
--enable-static --enable-shared &amp;&amp;
make docdir=/usr/doc/Berkeley-DB all install &amp;&amp;
cd /usr/lib/ &amp;&amp;
ln -sf libdb-3.3.a libdb.a &amp;&amp;
sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new &amp;&amp;
mv /usr/include/db_185.h.new /usr/include/db_185.h
</userinput></screen></para>
</sect2>