2002-12-17 07:18:02 +08:00
|
|
|
<sect2>
|
2003-09-24 04:34:30 +08:00
|
|
|
<title>Installation of <application>Evolution</application></title>
|
2002-12-17 07:18:02 +08:00
|
|
|
|
2003-10-02 15:21:39 +08:00
|
|
|
<note><para><application>Evolution</application> requires
|
|
|
|
<application>Berkeley DB</application>-3.1.17. The details on
|
|
|
|
"why" are in the <filename>README</filename> file distibuted with the
|
|
|
|
<application>Evolution</application> source code. <application>Evolution
|
|
|
|
</application> links to the library statically, hence this book installs
|
|
|
|
the <application>Berkeley DB</application>-3.1.17 in <filename
|
|
|
|
class="directory">/opt</filename>, which can be removed once
|
|
|
|
<application>Evolution</application> is installed.</para></note>
|
|
|
|
|
|
|
|
<para>Install <application>Berkeley DB</application>-3.1.17 by
|
|
|
|
running the following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>cd build_unix &&
|
2003-12-02 17:18:59 +08:00
|
|
|
../dist/configure --prefix=/opt/db-3.1.17 --enable-compat185 &&
|
2003-10-02 15:21:39 +08:00
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
2003-10-01 00:06:59 +08:00
|
|
|
|
2003-09-24 04:34:30 +08:00
|
|
|
<para>Install <application>Evolution</application> by running the following
|
2003-09-17 03:55:40 +08:00
|
|
|
commands:</para>
|
2002-12-17 07:18:02 +08:00
|
|
|
|
2004-02-03 09:31:03 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--with-db3=/opt/db-3.1.17 --enable-openssl &&
|
2002-12-17 07:18:02 +08:00
|
|
|
make &&
|
2003-09-17 03:55:40 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-12-17 07:18:02 +08:00
|
|
|
|
2003-10-01 21:39:48 +08:00
|
|
|
<para>Optionally, you may remove <application>Berkeley
|
2003-10-02 15:21:39 +08:00
|
|
|
DB</application>-3.1.17 installed above with this command:</para>
|
2003-10-02 14:44:42 +08:00
|
|
|
|
2003-10-02 15:21:39 +08:00
|
|
|
<screen><userinput><command>rm -rf /opt/db-3.1.17</command></userinput></screen>
|
2003-04-16 10:59:21 +08:00
|
|
|
|
2002-12-17 07:18:02 +08:00
|
|
|
</sect2>
|