source: archive/virtuoso.xml@ 66966b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 66966b2 was 33e5761, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to kde-4.13.1

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

  • Property mode set to 100644
File size: 11.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY virtuoso-download-http "&sourceforge-repo;/virtuoso/virtuoso-opensource-&virtuoso-version;.tar.gz">
8 <!ENTITY virtuoso-download-ftp " ">
9 <!ENTITY virtuoso-md5sum "94ef4f93cad915f73bee547fe95db725">
10 <!ENTITY virtuoso-size "113 MB">
11 <!ENTITY virtuoso-buildsize "895 MB (additional 2 GB to run the test suite)">
12 <!ENTITY virtuoso-time "3.3 SBU (additional 22 SBU to run the test suite)">
13]>
14
15<sect1 id="virtuoso" xreflabel="Virtuoso-&virtuoso-version;">
16 <?dbhtml filename="virtuoso.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Virtuoso-&virtuoso-version;</title>
24
25 <indexterm zone="virtuoso">
26 <primary sortas="a-Virtuoso">Virtuoso</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Virtuoso</title>
31
32 <para><application>Virtuoso</application> is a cross-platform server that
33 implements multiple server-side protocols as part of a single-server product
34 offering. There is one server product that offers WebDAV/HTTP, Application,
35 and Database-server functionality alongside Native XML Storage, Universal
36 Data-Access Middleware, Business Process Integration and a Web-Services
37 Platform.</para>
38
39 &lfs75_built;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&virtuoso-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&virtuoso-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &virtuoso-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &virtuoso-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &virtuoso-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &virtuoso-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Virtuoso Dependencies</bridgehead>
64<!-- No longer needed?
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="net-tools"/>
68 </para>
69-->
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended">
72 <xref linkend="libiodbc"/>,
73 <xref linkend="libxml2"/>,
74 <xref linkend="openssl"/>, and
75 <xref linkend="openldap"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="imagemagick"/>,
81 <xref linkend="python2"/>, and
82 <xref linkend="mitkrb"/>
83 <!-- Currently broken
84 <xref linkend="php"/>
85 <xref linkend="ruby"/>
86 <ulink url="https://libwbxml.opensync.org/">libwbxml</ulink
87 -->
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/virtuoso"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Virtuoso</title>
97
98 <para>Install <application>virtuoso</application> by running the following
99 commands:</para>
100
101<screen><userinput>sed -i "s|virt_iodbc_dir/include|&amp;/iodbc|" configure &amp;&amp;
102./configure --prefix=/usr \
103 --sysconfdir=/etc \
104 --localstatedir=/var \
105 --with-iodbc=/usr \
106 --with-readline \
107 --without-internal-zlib \
108 --program-transform-name="s/isql/isql-v/" \
109 --disable-all-vads \
110 --disable-static &amp;&amp;
111make</userinput></screen>
112
113 <para>To test the results, issue <command>make -k check</command>.
114 Some tests are known to fail.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install &amp;&amp;
119install -v -m755 -d /usr/share/doc/virtuoso-&virtuoso-version; &amp;&amp;
120ln -s -v ../../virtuoso/doc \
121 /usr/share/doc/virtuoso-&virtuoso-version;</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para><command>sed -i ...</command>: This command is used to modify the
129 <envar>CPPFLAGS</envar> variable so that the <application>libiodbc</application>
130 interface headers are found by the <command>configure</command> script.</para>
131
132 <para><parameter>--with-iodbc=/usr</parameter>: This parameter is used so
133 that the build will use the system <application>libiodbc</application> interface
134 headers and not the headers in the source tree.</para>
135
136 <para><parameter>--with-readline</parameter>: This parameter is used so that
137 the system <application>Readline</application> library is used.</para>
138
139 <para><parameter>--without-internal-zlib</parameter>: This parameter is set
140 so that the installed <application>zlib</application> library is used and
141 not the bundled one.</para>
142
143 <para><parameter>--program-transform-name</parameter>: Both
144 <application>Virtuoso</application> and <application>unixODBC</application>
145 install a program named <command>isql</command>. Use this parameter to rename
146 <application>virtuoso</application>s program to <command>isql-v</command>.</para>
147
148 <para><parameter>--disable-all-vads</parameter>: This parameter disables
149 building all the VAD packages (tutorials, demos, etc.).</para>
150
151 <para><parameter>--disable-static</parameter>: This option disables building
152 static libraries. However, the main <application>Virtuoso</application>
153 libraries, <filename class="libraryfile">libvirtuoso-t</filename> and
154 <filename class="libraryfile">libvirtuoso-iodbc-t</filename> are still
155 built as static libraries.</para>
156
157 <para><option>--enable-python</option>: Add this option if
158 <application>Python</application> is installed to enable building
159 <application>Python</application> bindings.</para>
160
161<!-- broken with JDK-version7
162 <para><option>-&#45;with-jdk4</option>: Add this option to specify the path
163 to the <xref linkend="jdk"/> and to enable making use of Java.</para>
164-->
165
166 <para><option>--with-port</option>: Add this if you want the
167 <application>Virtuoso</application> server to listen on a port other than
168 1111.</para>
169
170 <para><option>--enable-aio</option>: Add this if you want
171 <application>Virtuoso</application> to perform asynchronous file I/O
172 operations instead of synchronous file I/O.</para>
173
174 <para><option>--enable-perl</option>: Do not use this option if you built
175 Perl according to the LFS instructions. The build will fail with a note
176 similar to <computeroutput>Your perl should be compiled w -Dusemultiplicity.
177 Check the output of perl -V:usemultiplicity</computeroutput>.</para>
178
179 <para>Note that passing the <option>with-jdk4=${JAVA_HOME}</option>,
180 <option>--enable-php5=/usr</option>, <option>--enable-ruby</option>, and
181 <option>--enable-wbxml2=/usr</option> options all will fail during the
182 <command>configure</command> phase of the build. They will not break
183 the build, but the desired support will not be included in the build.</para>
184 </sect2>
185
186 <sect2 role="configuration">
187 <title>Configuration</title>
188
189 <note><para>If <application>Virtuoso</application> is only to be used
190 for <application>KDE</application>, there is no need to start the
191 <application>Virtuoso</application> server at boot time.</para></note>
192
193 <sect3 id="virtuoso-init">
194 <title>Boot Script</title>
195
196 <para>If you want the <application>Virtuoso</application> server to
197 start automatically when the system is booted, install the
198 <filename>/etc/rc.d/init.d/virtuoso</filename> init script included
199 in the <xref linkend="bootscripts"/> package.</para>
200
201 <indexterm zone="virtuoso virtuoso-init">
202 <primary sortas="f-virtuoso">virtuoso</primary>
203 </indexterm>
204
205<screen role="root"><userinput>make install-virtuoso</userinput></screen>
206
207 </sect3>
208
209 <sect3 id="virtuoso-users">
210 <title>User accounts</title>
211
212 <para>When the server is started using the start script, there is a web
213 interface to <application>Virtuoso</application> at
214 <ulink url="http://localhost:8890/"/>. Several links are pointing to
215 the OpenLink site, but the <application>Conductor</application> at
216 <ulink url="http://localhost:8890/conductor/"/>. This is a full featured
217 configuration site for <application>Virtuoso</application>. Login as
218 <systemitem class="username">dba</systemitem> with the predefined
219 password <literal>dba</literal>.</para>
220
221 <warning>
222 <title>Change password</title>
223
224 <para>Remember to immediately change the password of user
225 <systemitem class="username">dba</systemitem> as well as of all other
226 predefined users. Click on <literal>[System Admin]</literal> and
227 than on <literal>[User Accounts]</literal>.</para>
228
229 </warning>
230 </sect3>
231
232 </sect2>
233
234 <sect2 role="content">
235 <title>Contents</title>
236
237 <segmentedlist>
238 <segtitle>Installed Programs</segtitle>
239 <segtitle>Installed Libraries</segtitle>
240 <segtitle>Installed Directories</segtitle>
241
242 <seglistitem>
243 <seg>
244 inifile, isql-v, isql-v-iodbc, isql-vw, isql-vw-iodbc, odbc_mail,
245 virt_mail, virtuoso-iodbc-t, and virtuoso-t
246 </seg>
247 <seg>
248 libvirtuoso-iodbc-t.a, libvirtuoso-t.a, virtodbc.so, virtodbc_r.so,
249 virtodbcu.so, and virtodbcu_r.so
250 </seg>
251 <seg>
252 /usr/lib/hibernate,
253 /usr/lib/jdbc-2.0,
254 /usr/lib/jdbc-3.0,
255 /usr/lib/jdbc-4.0,
256 /usr/lib/jdbc-4.1,
257 /usr/lib/jena,
258 /usr/lib/jena2,
259 /usr/lib/sesame,
260 /usr/lib/virtuoso
261 /usr/share/doc/virtuoso-&virtuoso-version;,
262 /usr/share/virtuoso, and
263 /var/lib/virtuoso
264 </seg>
265 </seglistitem>
266 </segmentedlist>
267
268 <variablelist>
269 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
270 <?dbfo list-presentation="list"?>
271 <?dbhtml list-presentation="table"?>
272
273 <varlistentry id="isql-v">
274 <term><command>isql-v</command></term>
275 <listitem>
276 <para>is an interactive SQL utility.</para>
277 <indexterm zone="virtuoso isql-v">
278 <primary sortas="b-isql-v">isql-v</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="virtuoso-t">
284 <term><command>virtuoso-t</command></term>
285 <listitem>
286 <para>is the Universial Server daemon.</para>
287 <indexterm zone="virtuoso virtuoso-t">
288 <primary sortas="b-virtuoso-t">virtuoso-t</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 </variablelist>
294
295 </sect2>
296
297</sect1>
Note: See TracBrowser for help on using the repository browser.