1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-25 00:48:05 +02:00
Files
archived-doc-ja/reference/dbplus/configure.xml
T
2010-03-29 00:47:47 +00:00

44 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: takagi Status: ready -->
<section xml:id="dbplus.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
この拡張モジュールをビルドするためには、db++ クライアントライブラリおよび
ヘッダファイルがシステムにインストールされていることが必要です
(db++ のインストールアーカイブには、これらがデフォルトで含まれています)。
この拡張モジュールをビルドするためには、<command>configure</command>
の際にオプション <option>--with-dbplus</option> を設定する必要があります。
</para>
<para>
<command>configure</command> は、クライアントライブラリおよびヘッダファイルを
デフォルトのパス <filename>/usr/dbplus</filename>
<filename>/usr/local/dbplus</filename> および <filename>/opt/dblus</filename>
から探します。もし db++ を別の場所にインストールしている場合、
以下のようにしてインストール場所を <command>configure</command> オプションに
指定する必要があります。
<option>--with-dbplus=/your/installation/path</option>
</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
-->