php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #2120 INSTALL document errorEXTRA_INCLUDES
Submitted: 1999-08-21 01:49 UTC Modified: 2000-05-21 12:15 UTC
From: schave at tds dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0 Beta 2 OS: Linux
Private report: No CVE-ID: None
 [1999-08-21 01:49 UTC] schave at tds dot net
In the INSTALL file included with PHP4b2, one of the Quick install steps is to run:
 ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a

Shouldn't this be ./configure --prefix=/www --activate-module=src/modules/php4/libmodphp4.a ?

Also, to get apache 1.3.9 to compile, I had to edit the line beginning with EXTRA_INCLUDES, in the apache_1.3.9/src/modules/php4 directory, to point to the PHP4 header files.  For example:

EXTRA_INCLUDES=-I/space/archive/php-4.0b2 -I/space/archive/php-4.0b2/libzend

Thanks,
Jeff

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-22 01:51 UTC] rasmus at cvs dot php dot net
No to your first question.  It is correct as written.  The library is not
supposed to exist.  It is generated.

And I'll check out the second issue when I get a few moments unless
someone beats me to it.
 [2000-04-01 19:31 UTC] mrobinso at cvs dot php dot net
This no longer seems to be a documentation issue.
I'm going to close this report. If the EXTRA_INCLUDES
issue is reproduceable in the latest version, please
submit a new report.


 [2000-05-21 12:15 UTC] mrobinso at cvs dot php dot net
Forgot to close.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 16:01:30 2024 UTC