The Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information. It was originally developed for Evolution (hence the name), but is now used by other packages as well.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.2/evolution-data-server-1.2.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.2/evolution-data-server-1.2.2.tar.bz2
Download MD5 sum: 2b15cba799e4594926472dca3e1747bb
Download size: 7.5 MB
Estimated disk space required: 146 MB
Estimated build time: 2.9 SBU
libgnomeui-2.10.0 and libsoup-2.2.3
OpenLDAP-2.2.24, Mozilla-1.7.8 (nsp4 libs for SSL and S/MIME support), Sendmail-8.13.4, Heimdal-0.7 or MIT krb5-1.4.1, krb4, GTK-Doc-1.3 and DocBook-utils-0.6.14
Install Evolution Data Server by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ --sysconfdir=/etc/gnome && make
To test the results, issue: make check.
Now, as the root user:
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
To enable many of the optional dependencies, review the information from ./configure --help for the necessary parameters you must pass to the configure script.
Last updated on 2005-08-01 13:29:19 -0600