From a7058ef59ae01e237b4b3645ef2880de1e1da2b0 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 23 Oct 2010 15:11:41 +0000 Subject: [PATCH] Documented --with-libdir (Bug #41231) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304666 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/configure/php.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/appendices/configure/php.xml b/appendices/configure/php.xml index b9b98faf49..86d029337d 100644 --- a/appendices/configure/php.xml +++ b/appendices/configure/php.xml @@ -79,6 +79,19 @@ + + + + + + + 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 lib64 directory like: + --with-libdir=lib64. + + +