source: server/other/virtuoso.xml@ 55d9118

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 55d9118 was 55d9118, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to soprano-2.9.3
Update to virtuoso-6.1.7

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

  • Property mode set to 100644
File size: 10.9 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 "88885e84e8f7b61e59516f696b1d3be5">
10 <!ENTITY virtuoso-size "111 MB">
11 <!ENTITY virtuoso-buildsize "761 MB (additional 2 GB to run the test suite)">
12 <!ENTITY virtuoso-time "3.9 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 &lfs73_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<!--
64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
67 <para>Required patch: <ulink
68 url="&patch-root;/virtuoso-&virtuoso-version;-fixes-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71-->
72
73 <bridgehead renderas="sect3">Virtuoso Dependencies</bridgehead>
74<!-- No longer needed?
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="net-tools"/>
78 </para>
79-->
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="libiodbc"/>,
83 <xref linkend="libxml2"/>,
84 <xref linkend="openssl"/>, and
85 <xref linkend="openldap"/>
86 <!--<xref linkend="jdk"/>-->
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="imagemagick"/>,
92 <xref linkend="python2"/>, and
93 <xref linkend="mitkrb"/>
94 <!-- Currently broken
95 <xref linkend="php"/>
96 <xref linkend="ruby"/>
97 <ulink url="https://libwbxml.opensync.org/">libwbxml</ulink
98 -->
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/virtuoso"/></para>
103
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Virtuoso</title>
108
109 <para>Install <application>virtuoso</application> by running the following
110 commands:</para>
111
112<screen><userinput>sed -i "s|virt_iodbc_dir/include|&amp;/iodbc|" configure &amp;&amp;
113./configure --prefix=/usr \
114 --sysconfdir=/etc \
115 --localstatedir=/var \
116 --with-iodbc=/usr \
117 --with-readline \
118 --without-internal-zlib \
119 --program-transform-name="s/isql/isql-v/" \
120 --disable-all-vads \
121 --disable-static &amp;&amp;
122make</userinput></screen>
123
124 <para>To test the results, issue <command>make -k check</command>.
125 Some tests are known to fail.</para>
126
127 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
128
129<screen role="root"><userinput>make install &amp;&amp;
130install -v -m755 -d /usr/share/doc/virtuoso-&virtuoso-version; &amp;&amp;
131ln -s -v ../../virtuoso/doc \
132 /usr/share/doc/virtuoso-&virtuoso-version;</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <para><command>sed -i ...</command>: This command is used to modify the
140 <envar>CPPFLAGS</envar> variable so that the <application>libiodbc</application>
141 interface headers are found by the <command>configure</command> script.</para>
142
143 <para><parameter>--with-iodbc=/usr</parameter>: This parameter is used so
144 that the build will use the system <application>libiodbc</application> interface
145 headers and not the headers in the source tree.</para>
146
147 <para><parameter>--with-readline</parameter>: This parameter is used so that
148 the system <application>Readline</application> library is used.</para>
149
150 <para><parameter>--without-internal-zlib</parameter>: This parameter is set
151 so that the installed <application>zlib</application> library is used and
152 not the bundled one.</para>
153
154 <para><parameter>--program-transform-name</parameter>: Both
155 <application>Virtuoso</application> and <application>unixODBC</application>
156 install a program named <command>isql</command>. Use this parameter to rename
157 <application>virtuoso</application>s program to <command>isql-v</command>.</para>
158
159 <para><parameter>--disable-all-vads</parameter>: This parameter disables
160 building all the VAD packages (tutorials, demos, etc.).</para>
161
162 <para><parameter>--disable-static</parameter>: This option disables building
163 static libraries. However, the main <application>Virtuoso</application>
164 libraries, <filename class="libraryfile">libvirtuoso-t</filename> and
165 <filename class="libraryfile">libvirtuoso-iodbc-t</filename> are still
166 built as static libraries.</para>
167
168 <para><option>--enable-python</option>: Add this option if
169 <application>Python</application> is installed to enable building
170 <application>Python</application> bindings.</para>
171
172<!-- broken with JDK-version7
173 <para><option>-&#45;with-jdk4</option>: Add this option to specify the path
174 to the <xref linkend="jdk"/> and to enable making use of Java.</para>
175-->
176
177 <para><option>--with-port</option>: Add this if you want the
178 <application>Virtuoso</application> server to listen on a port other than
179 1111.</para>
180
181 <para><option>--enable-aio</option>: Add this if you want
182 <application>Virtuoso</application> to perform asynchronous file I/O
183 operations instead of synchronous file I/O.</para>
184
185 <para><option>--enable-perl</option>: Do not use this option if you built
186 Perl according to the LFS instructions. The build will fail with a note
187 similar to <computeroutput>Your perl should be compiled w -Dusemultiplicity.
188 Check the output of perl -V:usemultiplicity</computeroutput>.</para>
189
190 <para>Note that passing the <option>with-jdk4=${JAVA_HOME}</option>,
191 <option>--enable-php5=/usr</option>, <option>--enable-ruby</option>, and
192 <option>--enable-wbxml2=/usr</option> options all will fail during the
193 <command>configure</command> phase of the build. They will not break
194 the build, but the desired support will not be included in the build.</para>
195 </sect2>
196
197 <sect2 role="configuration">
198 <title>Configuration</title>
199
200 <note><para>If <application>Virtuoso</application> is only to be used
201 for <application>KDE</application>, there is no need to start the
202 <application>Virtuoso</application> server at boot time.</para></note>
203
204 <sect3 id="virtuoso-init">
205 <title>Boot Script</title>
206
207 <para>If you want the <application>Virtuoso</application> server to
208 start automatically when the system is booted, install the
209 <filename>/etc/rc.d/init.d/virtuoso</filename> init script included
210 in the <xref linkend="bootscripts"/> package.</para>
211
212 <indexterm zone="virtuoso virtuoso-init">
213 <primary sortas="f-virtuoso">virtuoso</primary>
214 </indexterm>
215
216<screen role="root"><userinput>make install-virtuoso</userinput></screen>
217
218 </sect3>
219
220 <sect3 id="virtuoso-users">
221 <title>User accounts</title>
222
223 <para>When the server is started using the start script, there is a web
224 interface to <application>Virtuoso</application> at
225 <ulink url="http://localhost:8890/"/>. Several links are pointing to
226 the OpenLink site, but the <application>Conductor</application> at
227 <ulink url="http://localhost:8890/conductor/"/>. This is a full featured
228 configuration site for <application>Virtuoso</application>. Login as
229 <systemitem class="username">dba</systemitem> with the predefined
230 password <literal>dba</literal>.</para>
231
232 <warning>
233 <title>Change password</title>
234
235 <para>Remember to immediatly change the password of user
236 <systemitem class="username">dba</systemitem> as well as of all other
237 predefined users. Click on <literal>[System Admin]</literal> and
238 than on <literal>[User Accounts]</literal>.</para>
239
240 </warning>
241 </sect3>
242
243 </sect2>
244
245 <sect2 role="content">
246 <title>Contents</title>
247
248 <segmentedlist>
249 <segtitle>Installed Programs</segtitle>
250 <segtitle>Installed Libraries</segtitle>
251 <segtitle>Installed Directories</segtitle>
252
253 <seglistitem>
254 <seg>inifile, isql-v, isql-vw, virt_maili, and virtuoso-t</seg>
255 <seg>libvirtuoso-t.a, virtodbc.so, virtodbc_r.so, virtodbcu.so,
256 and virtodbcu_r.so</seg>
257 <seg>/var/lib/virtuoso,
258 /usr/lib/{hibernate,jdbc-{2,3,4}.0,jena,sesame,virtuoso}, and
259 /usr/share/virtuoso</seg>
260 </seglistitem>
261 </segmentedlist>
262
263 <variablelist>
264 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
265 <?dbfo list-presentation="list"?>
266 <?dbhtml list-presentation="table"?>
267
268 <varlistentry id="isql-v">
269 <term><command>isql-v</command></term>
270 <listitem>
271 <para>is an interactive SQL utility.</para>
272 <indexterm zone="virtuoso isql-v">
273 <primary sortas="b-isql-v">isql-v</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="virtuoso-t">
279 <term><command>virtuoso-t</command></term>
280 <listitem>
281 <para>is the Universial Server daemon.</para>
282 <indexterm zone="virtuoso virtuoso-t">
283 <primary sortas="b-virtuoso-t">virtuoso-t</primary>
284 </indexterm>
285 </listitem>
286 </varlistentry>
287
288 </variablelist>
289
290 </sect2>
291
292</sect1>
Note: See TracBrowser for help on using the repository browser.