2004-11-24 09:12:01 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-11-24 09:12:01 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-12 12:22:09 +08:00
|
|
|
<!ENTITY evolution-data-server-download-http "http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.2/evolution-data-server-&evolution-data-server-version;.tar.bz2">
|
|
|
|
<!ENTITY evolution-data-server-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.2/evolution-data-server-&evolution-data-server-version;.tar.bz2">
|
|
|
|
<!ENTITY evolution-data-server-md5sum "2b15cba799e4594926472dca3e1747bb">
|
|
|
|
<!ENTITY evolution-data-server-size "7.5 MB">
|
|
|
|
<!ENTITY evolution-data-server-buildsize "146 MB">
|
|
|
|
<!ENTITY evolution-data-server-time "2.9 SBU">
|
2004-11-24 09:12:01 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="evolution-data-server"
|
|
|
|
xreflabel="Evolution Data Server-&evolution-data-server-version;">
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
<?dbhtml filename="evolution-data-server.html"?>
|
|
|
|
<title>Evolution Data Server-&evolution-data-server-version;</title>
|
2005-01-30 05:11:52 +08:00
|
|
|
<indexterm zone="evolution-data-server">
|
|
|
|
<primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
|
|
|
|
</indexterm>
|
2004-11-24 09:12:01 +08:00
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>Evolution Data Server</application></title>
|
|
|
|
|
|
|
|
<para>The <application>Evolution Data Server</application> package provides a
|
|
|
|
unified backend for programs that work with contacts, tasks, and calendar
|
|
|
|
information. It was originally developed for
|
|
|
|
<application>Evolution</application> (hence the name), but is now used by
|
|
|
|
other packages as well.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem><para>Download (HTTP):
|
|
|
|
<ulink url="&evolution-data-server-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP):
|
|
|
|
<ulink url="&evolution-data-server-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download MD5 sum:
|
|
|
|
&evolution-data-server-md5sum;</para></listitem>
|
|
|
|
<listitem><para>Download size:
|
|
|
|
&evolution-data-server-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated disk space required:
|
|
|
|
&evolution-data-server-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&evolution-data-server-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>Evolution Data Server</application>
|
|
|
|
dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2005-05-12 12:22:09 +08:00
|
|
|
<para><xref linkend="libgnomeui"/> and
|
|
|
|
<xref linkend="libsoup"/></para>
|
2004-11-24 09:12:01 +08:00
|
|
|
</sect4>
|
|
|
|
|
|
|
|
<sect4><title>Optional</title>
|
|
|
|
<para><xref linkend="openldap"/>,
|
2005-05-12 12:22:09 +08:00
|
|
|
<xref linkend="mozilla"/> (nsp4 libs for SSL and S/MIME support),
|
|
|
|
<xref linkend="sendmail"/>,
|
|
|
|
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
|
|
|
|
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
|
2004-11-24 09:12:01 +08:00
|
|
|
<xref linkend="gtk-doc"/> and
|
|
|
|
<xref linkend="docbook-utils"/></para>
|
|
|
|
</sect4>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>Evolution Data Server</application></title>
|
|
|
|
|
|
|
|
<para>Install <application>Evolution Data Server</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
|
|
|
--sysconfdir=/etc/gnome &&
|
2005-01-30 05:11:52 +08:00
|
|
|
make</command></userinput></screen>
|
|
|
|
|
2005-05-12 12:22:09 +08:00
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
|
2005-01-30 05:11:52 +08:00
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
2004-11-24 09:12:01 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
|
|
|
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
|
|
|
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
|
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
|
|
|
|
puts configuration files in <filename class="directory">/etc/gnome</filename>
|
|
|
|
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
|
2005-05-12 12:22:09 +08:00
|
|
|
<note><para>To enable many of the optional dependencies, review the
|
|
|
|
information from <command>./configure --help</command> for the necessary
|
|
|
|
parameters you must pass to the <command>configure</command>
|
|
|
|
script.</para></note>
|
|
|
|
|
2004-11-24 09:12:01 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2005-01-30 05:11:52 +08:00
|
|
|
<segmentedlist>
|
2005-05-12 12:22:09 +08:00
|
|
|
<segtitle>Installed Programs</segtitle>
|
2005-01-30 05:11:52 +08:00
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2005-05-12 12:22:09 +08:00
|
|
|
<seg>camel-index-control-1.2, camel-lock-helper-1.2 and
|
|
|
|
evolution-data-server-1.2</seg>
|
|
|
|
<seg>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 and
|
|
|
|
numerous provider and extension modules.</seg>
|
|
|
|
<seg>$GNOME_PREFIX/include/evolution-data-server-1.2,
|
|
|
|
$GNOME_PREFIX/lib/evolution-data-server-1.2,
|
|
|
|
$GNOME_PREFIX/share/evolution-data-server-1.2,
|
|
|
|
$GNOME_PREFIX/share/pixmaps/evolution-data-server-1.2,
|
|
|
|
$GNOME_PREFIX/share/idl/evolution-data-server-1.2 and
|
2005-01-30 05:11:52 +08:00
|
|
|
$GNOME_PREFIX/share/gtk-doc/html/libe*</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
|
2005-05-12 12:22:09 +08:00
|
|
|
<varlistentry id="evolution-data-server-1.2">
|
|
|
|
<term><command>evolution-data-server-1.2</command></term>
|
2005-01-30 05:11:52 +08:00
|
|
|
<listitem><para>is the <application>Evolution</application> database backend
|
|
|
|
server.</para>
|
2005-05-12 12:22:09 +08:00
|
|
|
<indexterm zone="evolution-data-server evolution-data-server-1.2">
|
|
|
|
<primary sortas="b-evolution-data-server-1.2">evolution-data-server-1.2</primary>
|
2005-01-30 05:11:52 +08:00
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libe.so">
|
|
|
|
<term><filename class='libraryfile'>libe*.so</filename></term>
|
|
|
|
<listitem><para>libraries are client, backend and utility libraries for the
|
|
|
|
<application>Evolution</application> address books, calendar and data
|
|
|
|
servers.</para>
|
|
|
|
<indexterm zone="evolution-data-server libe.so">
|
|
|
|
<primary sortas="c-libe.so">libe*.so</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-11-24 09:12:01 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|