1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00
Files
archived-doc-ja/reference/ldap/configure.xml
Yoshinari Takaoka f795798781 updated overall imap related doc translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348942 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-18 04:51:23 +00:00

55 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 30dd50ff8987684bed53a231cfd14653608838ed Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<section xml:id="ldap.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
PHP の LDAP サポートはデフォルトで有効になっていません。
LDAP サポートを有効にして PHP をコンパイルするには、設定オプション
<option role="configure">--with-ldap[=DIR]</option>
を指定して PHP をコンパイルする必要があります。
DIR は LDAP をインストールしたディレクトリです。
SASL サポートを有効にするためには、システム上に
<emphasis>sasl.h</emphasis> を用意し、
<option role="configure">--with-ldap-sasl[=DIR]</option>
を指定する必要があります。
</para>
<note>
<title>Win32 ユーザーへの注意</title>
<para>
&ext.windows.path.dll;
<filename>libeay32.dll</filename> および
<filename>ssleay32.dll</filename>
OpenSSL 1.1 以降の場合、
<filename>libcrypto-*.dll</filename> および <filename>libssl-*.dll</filename>
</para>
</note>
<para>
Oracle LDAP ライブラリを使用するには、<link
linkend="oci8.requirements">Oracle 環境</link> が適切に設定されている
必要があります。
</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:"~/.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
-->