source: gnome/add/evolution-data-server.xml@ a760926

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a760926 was 09b9dccb, checked in by Randy McMurchy <randy@…>, 18 years ago

Added clarification about NSS/NSPR libraries to the Evolution and Evolution Data Server instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5948 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY evolution-data-server-download-http "&gnome-download-http;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
8 <!ENTITY evolution-data-server-download-ftp "&gnome-download-ftp;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
9 <!ENTITY evolution-data-server-md5sum "1590ec25527b1bcc5046e84ec2d1227f">
10 <!ENTITY evolution-data-server-size "14.1 MB">
11 <!ENTITY evolution-data-server-buildsize "171 MB">
12 <!ENTITY evolution-data-server-time "3.5 SBU (additional 0.6 SBU to run the test suite)">
13]>
14
15<sect1 id="evolution-data-server"
16xreflabel="Evolution Data Server-&evolution-data-server-version;">
17 <?dbhtml filename="evolution-data-server.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 <keywordset>
23 <keyword role="package">evolution-data-server-&evolution-data-server-version;.tar</keyword>
24 <keyword role="ftpdir">evolution-data-server</keyword>
25 </keywordset>
26 </sect1info>
27
28 <title>Evolution Data Server-&evolution-data-server-version;</title>
29
30 <indexterm zone="evolution-data-server">
31 <primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to Evolution Data Server</title>
36
37 <para>The <application>Evolution Data Server</application> package provides
38 a unified backend for programs that work with contacts, tasks, and calendar
39 information. It was originally developed for
40 <application>Evolution</application> (hence the name), but is now used by
41 other packages as well.</para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&evolution-data-server-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &evolution-data-server-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &evolution-data-server-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &evolution-data-server-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &evolution-data-server-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="libgnomeui"/> and
69 <xref linkend="libsoup"/></para>
70
71 <bridgehead renderas="sect4">Recommended
72 (For SSL and S/MIME support)</bridgehead>
73 <para role="recommended"><xref linkend="nss"/></para>
74
75 <para>The <application>NSS</application> package is not required if you
76 have <xref linkend="firefox"/>, <xref linkend="thunderbird"/> or
77 <xref linkend="seamonkey"/> installed. These packages contain internal
78 copies of <application>NSS</application> (or they used a system-installed
79 copy). If any of the three packages are installed, one way or another you
80 will already have NSS/NSPR libraries on your system.</para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional"><xref linkend="openldap"/>,
84 <xref linkend="sendmail"/>
85 (or any other <ulink url="../server/mail.html">MTA</ulink>
86 that provides a <command>sendmail</command> command),
87 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
88 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
89 <xref linkend="gtk-doc"/>, and
90 <xref linkend="docbook-utils"/></para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/evolution-data-server"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Evolution Data Server</title>
99
100 <para>Install <application>Evolution Data Server</application> by running
101 the following commands:</para>
102
103 <note>
104 <para>The instructions below assume you have the NSS/NSPR libraries
105 installed on your system. If you elected not to install
106 <application>NSS</application> (or one of the other packages mentioned
107 above), you'll need to remove the following four parameter settings from
108 the <command>configure</command> command below:</para>
109
110 <literallayout><parameter> --enable-nss
111 --enable-smime
112 --with-nspr-includes=/usr/include/nspr
113 --with-nss-includes=/usr/include/nss</parameter></literallayout>
114 </note>
115
116<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
117 --libexecdir=`pkg-config --variable=prefix \
118 ORBit-2.0`/lib/evolution-data-server-1.2 \
119 --enable-nntp \
120 --enable-nss \
121 --enable-smime \
122 --with-nspr-includes=/usr/include/nspr \
123 --with-nss-includes=/usr/include/nss &amp;&amp;
124make</userinput></screen>
125
126 <para>To test the results, issue: <command>make -k check</command>.</para>
127
128 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para><parameter>--libexecdir=`pkg-config --variable=prefix
138 ORBit-2.0`/lib/evolution-data-server-1.2</parameter>: This switch puts
139 libexec files in <filename
140 class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
141 instead of <filename
142 class="directory">$GNOME_PREFIX/libexec</filename>.</para>
143
144 <para><parameter>--enable-nntp</parameter>: This parameter is used to build
145 the Usenet news (NNTP) backend.</para>
146
147 <para><parameter>--enable-nss</parameter>: This parameter is used to pull
148 in the Mozilla Network Security Services libraries for SSL support.</para>
149
150 <para><parameter>--enable-smime</parameter>: This parameter is used to pull
151 in the Mozilla Network Security Services libraries for S/MIME
152 support.</para>
153
154 <para><parameter>--with-{nspr,nss}-includes</parameter>: This parameter is
155 used to identify where the Mozilla Network Security Services interface
156 headers are located. By default,
157 <application>Evolution Data Server</application> uses
158 <filename>mozilla-{nss,nspr}.pc</filename> files to locate the headers
159 and chances are you will not have <application>Mozilla</application>
160 installed.</para>
161
162 <note>
163 <para>To enable many of the optional dependencies, review the information
164 from <command>./configure --help</command> for the necessary parameters
165 you must pass to the <command>configure</command> script.</para>
166 </note>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Programs</segtitle>
175 <segtitle>Installed Libraries</segtitle>
176 <segtitle>Installed Directories</segtitle>
177
178 <seglistitem>
179 <seg>None</seg>
180 <seg>libcamel-1.2.so, libcamel-provider-1.2.so, libebook-1.2.so,
181 libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
182 libedataserver-1.2.so, libedataserverui-1.2.so, libegroupwise-1.2.so,
183 libexchange-storage-1.2.so and numerous provider and extension
184 modules.</seg>
185 <seg>The following subdirectories of $GNOME_PREFIX/:
186 include/evolution-data-server-1.4,
187 lib/evolution-data-server-1.2,
188 share/{evolution-data-server-1.4,
189 gtk-doc/html/libe{book,cal,data{,server}},
190 idl/evolution-data-server-1.2,
191 pixmaps/evolution-data-server-1.4}</seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="libe.so">
201 <term><filename class='libraryfile'>libe*.so</filename></term>
202 <listitem>
203 <para>libraries are client, backend and utility libraries for the
204 <application>Evolution</application> address books, calendar and data
205 servers.</para>
206 <indexterm zone="evolution-data-server libe.so">
207 <primary sortas="c-libe.so">libe*.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.