2002-12-02 12:55:46 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2003-01-16 09:44:49 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2002-12-02 12:55:46 +00:00
|
|
|
<section id="yaz.installation">
|
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
2003-01-16 09:44:49 +00:00
|
|
|
Compile YAZ (ANSI/NISO Z39.50 support) and install it.
|
|
|
|
Build PHP with your favourite modules and add option
|
2002-12-02 12:55:46 +00:00
|
|
|
<option role="configure">--with-yaz[=DIR]</option>.
|
|
|
|
Your task is roughly the following:
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<informalexample>
|
|
|
|
<programlisting role="shell">
|
|
|
|
<![CDATA[
|
2003-01-16 09:44:49 +00:00
|
|
|
gunzip -c php-4.3.X.tar.gz|tar xf -
|
|
|
|
gunzip -c yaz-1.9.Y.tar.gz|tar xf -
|
|
|
|
cd yaz-1.9.Y
|
2002-12-02 12:55:46 +00:00
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make install
|
2003-01-16 09:44:49 +00:00
|
|
|
cd ../php-4.3.X.
|
2002-12-02 12:55:46 +00:00
|
|
|
./configure --with-yaz=/usr/bin
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
]]>
|
|
|
|
</programlisting>
|
|
|
|
</informalexample>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|