2004-02-09 12:00:11 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2009-07-11 09:13:17 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="tcpwrap.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2004-02-09 12:00:11 +00:00
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
|
|
|
Tcpwrap is currently available through PECL
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="&url.pecl.package;tcpwrap">&url.pecl.package;tcpwrap</link>.
|
2004-02-09 12:00:11 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2009-02-04 11:16:07 +00:00
|
|
|
If <link xlink:href="&url.pecl;">PECL</link> is available on your system
|
|
|
|
you can use the pecl installer to install the tcpwrap extension, by the
|
|
|
|
following command: <command>pecl install tcpwrap</command>.
|
2004-02-09 12:00:11 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2009-05-04 21:23:55 +00:00
|
|
|
You can always download the <filename>tar.gz</filename> package and install tcpwrap by hand:
|
2004-02-09 12:00:11 +00:00
|
|
|
<example>
|
|
|
|
<title>tcpwrap install by hand</title>
|
|
|
|
<programlisting role="shell">
|
|
|
|
<![CDATA[
|
|
|
|
gunzip tcpwrap-xxx.tgz
|
|
|
|
tar -xvf tcpwrap-xxx.tar
|
|
|
|
cd tcpwrap-xxx
|
|
|
|
phpize
|
|
|
|
./configure && make && make install
|
|
|
|
]]>
|
|
|
|
</programlisting>
|
|
|
|
</example>
|
|
|
|
</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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2004-02-09 12:00:11 +00:00
|
|
|
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
|
|
|
|
-->
|