ID: 15448
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: Documentation problem
Operating System: Linux
PHP Version: 4.1.1
New Comment:
This is intended. The installation uses apxs. This is a description
of apxs..
"apxs is a tool for building and installing extension modules
for the Apache HyperText Transfer Protocol (HTTP) server.
This is achieved by building a Dynamic Shared Object (DSO)
from one or more source or object files which then can be
loaded into the Apache server under runtime via the LoadMo-
dule directive from mod_so.
"
Previous Comments:
------------------------------------------------------------------------
[2002-02-08 06:44:08] [EMAIL PROTECTED]
On "Manual / Installation / Servers: Apache on Unix" there used to be
sections such as:
11. cd ../apache_1.3.x
12. for PHP 3: ./configure
-activate-module=src/modules/php3/libphp3.a
for PHP 4: ./configure
--activate-module=src/modules/php4/libphp4.a
13. make
14. make install
These seem to have disappeared.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15448&edit=1