%general-entities; ]> $LastChangedBy$ $Date$ Evolution Data Server-&evolution-data-server-version; Evolution Data Server Introduction to Evolution Data Server 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. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &evolution-data-server-md5sum; Download size: &evolution-data-server-size; Estimated disk space required: &evolution-data-server-buildsize; Estimated build time: &evolution-data-server-time; Evolution Data Server Dependencies Required , , , , , , and Recommended , , , and (the latter two for S/MIME and SSL support) The NSS package is not required if you have , , or installed. These packages contain internal copies of NSS (or they used a system-installed copy). If any of the three packages are installed, one way or another you will already have NSS/NSPR libraries on your system. Optional , or , a (that provides a sendmail command), , and User Notes: Installation of Evolution Data Server Install Evolution Data Server by running the following commands: The instructions below assume you have the NSS/NSPR libraries installed on your system. If you elected not to install NSS (or one of the other packages mentioned above), you'll need to remove the following two parameter settings from the configure command below: --enable-nss --enable-smime The Evolution configure script does not look for the Thunderbird mail client for the NSS/NSPR libraries. If you are using Thunderbird as your source for the NSS/NSPR libraries, you will have to add the following two parameter settings to the configure command below: --with-nspr-includes=/usr/include/nspr --with-nss-includes=/usr/include/nss ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --libexecdir=$(pkg-config --variable=prefix \ ORBit-2.0)/lib/evolution-data-server-1.2 \ --enable-nntp \ --enable-gnome-keyring \ --enable-nss \ --enable-smime && make To test the results, issue: make -k check. Some tests are known to fail, however most should pass. Now, as the root user: make install Command Explanations --libexecdir=$(pkg-config --variable=prefix ORBit-2.0)/lib/evolution-data-server-1.2: This parameter causes the libexec files to be installed in the preferred location of $GNOME_PREFIX/lib/evolution-data-server-1.2 instead of $GNOME_PREFIX/libexec. --enable-nntp: This parameter is used to build the Usenet news (NNTP) backend. --enable-gnome-keyring: This parameter is used so that passwords are stored using the gnome-keyring storage manager. --enable-nss: This parameter is used to pull in the Mozilla Network Security Services libraries for SSL support. --enable-smime: This parameter is used to pull in the Mozilla Network Security Services libraries for S/MIME support. : Use this option to disable the weather calendar backend and is required if libgweather is not installed. To enable many of the optional dependencies, review the information from ./configure --help for the necessary parameters you must pass to the configure script. Contents Installed Programs Installed Libraries Installed Directories None libcamel-1.2.so, libcamel-provider-1.2.so, libebackend-1.2.so, libebook-1.2.so, libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so, libedataserver-1.2.so, libedataserverui-1.2.so, libegroupwise-1.2.so, libexchange-storage-1.2.so, libgdata-1.2.so, libgdata-google and numerous provider and extension modules. $GNOME_PREFIX/{include/evolution-data-server-&gnome-version;/*, lib/evolution-data-server-1.2/{camel-providers,extensions}, share/{evolution-data-server-&gnome-version;/{glade,weather}, gtk-doc/html/*,idl/evolution-data-server-1.2, pixmaps/evolution-data-server}} Short Descriptions libe*.so libraries are client, backend and utility libraries for the Evolution address books, calendar and data servers. libe*.so