1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-25 15:42:08 +01:00
Files
archived-doc-ja/reference/ssh2/setup.xml
TAKAGI Masahiro 3c605505ae Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@328310 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-11 21:05:27 +00:00

81 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f49c307f13f1ec78ff0e441906d6d3d066b69f82 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka -->
<chapter xml:id="ssh2.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="ssh2.requirements">
&reftitle.required;
<para>
<link xlink:href="&url.openssl;">OpenSSL</link> および
<link xlink:href="&url.libssh2;">libssh2</link> ライブラリは必須です。
開発用のライブラリがインストールされていることを確認しておきましょう。
おそらく <literal>openssl-dev</literal> のような名前のパッケージになっているでしょう。
</para>
<para>
libssh2 ライブラリのバージョン 1.2 以降が必須となります。しかし、
pecl/ssh2 の新しいリリースでは、より新しいバージョンを要求することになるかもしれません
(リリースノートを参照ください)。
</para>
<para>
<function>ssh2_auth_agent</function> 関数を使うには、
libssh >= 1.2.3 が必要です。
</para>
<para>
チャネルストリームで <function>stream_set_timeout</function> に対応するには、
libssh >= 1.2.9 が必要です。
</para>
<para>
libssh2 には二種類の形式があります。gcrypt を使ったものと openssl を使ったものです。
libssh2 のビルドに gcrypt ライブラリを使っている Linux ディストリビューションもあれば、
そうではなく openssl を使っているものもあります。
libssh2 を gcrypt でコンパイルしたときにはいくつかの問題が発生するので、openssl を使いましょう。
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.ssh2.installation;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="ssh2.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="ssh2.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- 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:"~/.phpdoc/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
-->