mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
2cfb44a421
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10413 af4574ff-66df-0310-9fd7-8a98e5e911e0
251 lines
8.6 KiB
XML
251 lines
8.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY virtuoso-download-http "&sourceforge-repo;/virtuoso/virtuoso-opensource-&virtuoso-version;.tar.gz">
|
|
<!ENTITY virtuoso-download-ftp " ">
|
|
<!ENTITY virtuoso-md5sum "61b53395e14a11dd7e7715b50261b9eb">
|
|
<!ENTITY virtuoso-size "108 MB">
|
|
<!ENTITY virtuoso-buildsize "502 MB">
|
|
<!ENTITY virtuoso-time "4.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="virtuoso" xreflabel="virtuoso-&virtuoso-version;">
|
|
<?dbhtml filename="virtuoso.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Virtuoso-&virtuoso-version;</title>
|
|
|
|
<indexterm zone="virtuoso">
|
|
<primary sortas="a-virtuoso">virtuoso</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Virtuoso</title>
|
|
|
|
<para><application>Virtuoso</application> is a cross-platform server that
|
|
implements multiple server-side protocols as part of a single-server product
|
|
offering. There is one server product that offers WebDAV/HTTP, Application,
|
|
and Database-server functionality alongside Native XML Storage, Universal
|
|
Data-Access Middleware, Business Process Integration and a Web-Services
|
|
Platform.</para>
|
|
|
|
&lfs71_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&virtuoso-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&virtuoso-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &virtuoso-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &virtuoso-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &virtuoso-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &virtuoso-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/virtuoso-&virtuoso-version;-fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
|
|
<bridgehead renderas="sect3">Virtuoso Dependencies</bridgehead>
|
|
<!-- No longer needed?
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="net-tools"/>
|
|
</para>
|
|
-->
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libiodbc"/>,
|
|
<xref linkend="libxml2"/>,
|
|
<xref linkend="openssl"/> and
|
|
<xref linkend="openldap"/>.
|
|
<!--<xref linkend="jdk"/>-->
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="imagemagick"/> and
|
|
<xref linkend="python2"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/virtuoso"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Virtuoso</title>
|
|
|
|
<para>Install <application>virtuoso</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--without-internal-zlib \
|
|
--program-transform-name="s/isql/isql-v/" \
|
|
--disable-all-vads \
|
|
--disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para><application>Virtuoso</application> does not come with a callable test
|
|
suite. An intensive check routine is part of the build process.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><option>--without-internal-zlib</option>: This option is set to use
|
|
the installed <application>zlib</application> and not the bundled
|
|
one.</para>
|
|
|
|
<para><option>--program-transform-name</option>: Both,
|
|
<application>Virtuoso</application> as well as <application>unixODBC</application>
|
|
installs a program named <command>isql</command>. Use this option to rename
|
|
<application>virtuoso</application>s program to <command>isql-v</command></para>
|
|
|
|
<para><option>--disable-all-vads</option>: This option disables the building of
|
|
all the VAD packages (tutorials, demos, etc.).</para>
|
|
|
|
<para><option>--disable-static</option>: This option disables the building of static
|
|
libraries. However, the main virtuoso library, libvirtuoso-t, is still built as a
|
|
static library.</para>
|
|
|
|
<para><option>--enable-python</option>: Add this option if
|
|
<application>Python</application> is installed. It enables the
|
|
use of <application>Python</application> by
|
|
<application>Virtuoso</application>.</para>
|
|
<!--
|
|
<para><option>--with-jdk4</option>: Add this option to specify the path
|
|
to the <xref linkend="jdk"/> and to enable making use of Java.</para>
|
|
-->
|
|
<para><option>--with-port</option>: Add this if you want the
|
|
<application>virtuoso</application> server to listen on another port than
|
|
1111.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="configuration">
|
|
<title>Configuration</title>
|
|
|
|
<note><para>If <application>Virtuoso</application> is only to be used
|
|
for <application>KDE</application>, there is no need to start the
|
|
<application>Virtuoso</application> server at boot time.</para></note>
|
|
|
|
<sect3 id="virtuoso-init">
|
|
<title>Boot Script</title>
|
|
|
|
<para>If you want the <application>Virtuoso</application> server to
|
|
start automatically when the system is booted, install the
|
|
<filename>/etc/rc.d/init.d/virtuoso</filename> init script included
|
|
in the <xref linkend="bootscripts"/> package.</para>
|
|
|
|
<indexterm zone="virtuoso virtuoso-init">
|
|
<primary sortas="f-virtuoso">virtuoso</primary>
|
|
</indexterm>
|
|
|
|
<screen role="root"><userinput>make install-virtuoso</userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
<sect3 id="virtuoso-users">
|
|
<title>User accounts</title>
|
|
|
|
<para>When the server is started using the start script, there is a web
|
|
interface to <application>Virtuoso</application> at
|
|
<ulink url="http://localhost:8890/"/>. Several links are pointing to
|
|
the OpenLink site, but the <application>Conductor</application> at
|
|
<ulink url="http://localhost:8890/conductor/"/>. This is a full featured
|
|
configuration site for <application>Virtuoso</application>. Login as
|
|
<systemitem class="username">dba</systemitem> with the predefined
|
|
password <literal>dba</literal>.</para>
|
|
|
|
<warning>
|
|
<title>Change password</title>
|
|
|
|
<para>Remember to immediatly change the password of user
|
|
<systemitem class="username">dba</systemitem> as well as of all other
|
|
predefined users. Click on <literal>[System Admin]</literal> and
|
|
than on <literal>[User Accounts]</literal>.</para>
|
|
|
|
</warning>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>inifile, isql-v, isql-vw, virt_mail and virtuoso-t</seg>
|
|
<seg>libvirtuoso-t.a, virtodbc.so, virtodbc_r.so, virtodbcu.so and virtodbcu_r.so</seg>
|
|
<seg>/var/lib/virtuoso, /usr/lib/{hibernate,jdbc-{2,3,4}.0,jena,sesame,virtuoso} and
|
|
/usr/share/virtuoso</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="isql-v">
|
|
<term><command>isql-v</command></term>
|
|
<listitem>
|
|
<para>is a interactive SQL utility.</para>
|
|
<indexterm zone="virtuoso isql-v">
|
|
<primary sortas="b-isql-v">isql-v</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="virtuoso-t">
|
|
<term><command>virtuoso-t</command></term>
|
|
<listitem>
|
|
<para>is the Universial Server daemon.</para>
|
|
<indexterm zone="virtuoso virtuoso-t">
|
|
<primary sortas="b-virtuoso-t">virtuoso-t</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|