%general-entities; ]> $LastChangedBy$ $Date$ evolution-data-server-&evolution-data-server-version;.tar evolution-data-server 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 (For SSL and S/MIME 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 , an (that provides a sendmail command), or , krb4, , 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 four parameter settings from the configure command below: --enable-nss --enable-smime --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-nss \ --enable-smime \ --with-nspr-includes=/usr/include/nspr \ --with-nss-includes=/usr/include/nss && make To test the results, issue: make -k check. Now, as the root user: make install Command Explanations --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib/evolution-data-server-1.2: This switch puts libexec files in $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-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. --with-{nspr,nss}-includes: This parameter is used to identify where the Mozilla Network Security Services interface headers are located. By default, Evolution Data Server uses mozilla-{nss,nspr}.pc files to locate the headers and chances are you will not have Mozilla 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, 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 and numerous provider and extension modules. The following subdirectories of $GNOME_PREFIX/: include/evolution-data-server-1.4, lib/evolution-data-server-1.2, share/{evolution-data-server-1.4, gtk-doc/html/libe{book,cal,data{,server}}, idl/evolution-data-server-1.2, pixmaps/evolution-data-server-1.4} Short Descriptions libe*.so libraries are client, backend and utility libraries for the Evolution address books, calendar and data servers. libe*.so