%general-entities; ]> $LastChangedBy$ $Date$ Evolution-&evolution-version; Introduction to <application>Evolution</application> The Evolution package contains an integrated mail, calendar and address book suite. Package information Download (HTTP): Download (FTP): Download size: &evolution-size; Estimated Disk space required: &evolution-buildsize; Estimated build time: &evolution-time; Additional downloads Packages Required Application: Download size: &db3117-size; Estimated Disk space required: &db3117-buildsize; Estimated build time: &db3117-time; Patches Required Patch: <application>Evolution</application> dependencies Required , , and Optional , (or other MTA that links to /usr/sbin/sendmail), , or , krb4, , , GNOME-Pilot and GNOME-Pilot-conduits Installation of <application>Evolution</application> Evolution requires Berkeley DB-3.1.17. The details on why are in the README file distibuted with the Evolution source code. Evolution links to the library statically, hence this book installs the Berkeley DB-3.1.17 in /opt, which can be removed once Evolution is installed. Install Berkeley DB-3.1.17 by running the following commands: cd build_unix && ../dist/configure --prefix=/opt/db-3.1.17 --enable-compat185 && make && make install Install Evolution by running the following commands: patch -Np1 -i ../evolution-&evolution-version;-gcc34-2.patch && ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --localstatedir=/var/lib --with-db3=/opt/db-3.1.17 \ --enable-openssl=yes && make && make install Optionally, you may remove Berkeley DB-3.1.17 installed above with this command: rm -rf /opt/db-3.1.17 Command explanations --enable-compat185: Build support for older database files. --prefix=/opt/db-3.1.17: This version of the Berkeley Database should not be installed in /usr, as it is only needed for the building of Evolution. --with-db3=/opt/db-3.1.17: Specify the location where db-3.1.17 is installed. --enable-openssl=yes: This switch will compile SSL support into Evolution. : This flag will compile LDAP support into Evolution. Contents The Evolution package contains evolution. Description evolution evolution contains an email, calendar and address book suite.