glfs/content/databases/db-3.3/db-3.3-inst.xml

17 lines
579 B
XML
Raw Normal View History

<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 &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>