mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Documented --with-libdir (Bug #41231)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304666 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c19f9a7c23
commit
a7058ef59a
1 changed files with 13 additions and 0 deletions
|
@ -79,6 +79,19 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="configure.with-libdir">
|
||||
<term>
|
||||
<option role="configure">--with-libdir</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the directory where the libraries to build PHP exists on a
|
||||
Unix system. For 64bit systems, its needed to specify this argument
|
||||
to the <literal>lib64</literal> directory like:
|
||||
<literal>--with-libdir=lib64</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue