-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathsetup.xml
More file actions
78 lines (74 loc) · 2.8 KB
/
Copy pathsetup.xml
File metadata and controls
78 lines (74 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 12f0e72200ea9249d0fc2f118528bd24b24c44a6 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="ssh2.setup">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="ssh2.requirements">
&reftitle.required;
<simpara>
<link xlink:href="&url.openssl;">OpenSSL</link> および
<link xlink:href="&url.libssh2;">libssh2</link> ���イブラリは必須です。
開発用のライブラリがインストールされていることを確認しておきましょう。
おそらく <literal>openssl-dev</literal> のような名前のパッケージになっているでしょう。
</simpara>
<simpara>
libssh2 ライブラリのバージョン 1.2 以降が必須となります。しかし、
pecl/ssh2 の新しいリリースでは、より新しいバージョンを要求することになるかもしれません
(リリースノートを参照ください)。
</simpara>
<simpara>
<function>ssh2_auth_agent</function> 関数を使うには、
libssh >= 1.2.3 が必要です。
</simpara>
<simpara>
チャネルストリームで <function>stream_set_timeout</function> に対応するには、
libssh >= 1.2.9 が必要です。
</simpara>
<simpara>
libssh2 には二種類の形式があります。gcrypt を使ったものと openssl を使ったものです。
libssh2 のビルドに gcrypt ライブラリを使っている Linux ディストリビューションもあれば、
そうではなく openssl を使っているものもあります。
libssh2 を gcrypt でコンパイルしたときにはいくつかの問題が発生するので、openssl を使いましょう。
</simpara>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.ssh2.installation;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="ssh2.resources">
&reftitle.resources;
<para>
この拡張モジュールは、以下のリソース型を定義しています:
<simplelist>
<member>SSH2 セッション</member>
<member>SSH2 リスナー</member>
<member>SSH2 SFTP</member>
<member>SSH2 公開鍵サブシステム (ssh2 0.10 以降)</member>
</simplelist>
</para>
</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
-->