php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24529 make install is not copying all required files.
Submitted: 2003-07-08 00:40 UTC Modified: 2003-07-08 11:39 UTC
From: deltawolf at deltawolf dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 5.0.0b1 (beta1) OS: FreeBSD 4.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: deltawolf at deltawolf dot com
New email:
PHP Version: OS:

 

 [2003-07-08 00:40 UTC] deltawolf at deltawolf dot com
Description:
------------
Okay, so i thought i would try php5 out. So naturally i got another copy of apache, compiled PHP, make && make install. So everything is going fine. I start compliling apache, and it gets down to the part where it will compile php into apache. Then i get this
mod_php5.c:22: php_apache_http.h: No such file or directory
*** Error code 1

I figure, ill just copy it manually along with everything in php-5.0.0b1/sapi/apache to the correct directory. Once that is done i find it has not copied over MORE files.
In file included from mod_php5.c:22:
php_apache_http.h:33: zend.h: No such file or directory
php_apache_http.h:34: php_regex.h: No such file or directory
php_apache_http.h:35: php_compat.h: No such file or directory
In file included from mod_php5.c:22:
php_apache_http.h:61: php_variables.h: No such file or directory
php_apache_http.h:62: php_main.h: No such file or directory
php_apache_http.h:63: php_ini.h: No such file or directory
php_apache_http.h:64: ext/standard/php_standard.h: No such file or directory
*** Error code 1

This happened on the latest CVS aswell. Now im pretty sure its just a problem with ./configure not making a correct make install.

My configure line was this, if it helps any.

./configure --prefix=/usr/exp/php5 --with-config-file-path=/usr/exp/php5 --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.27 --enable-track-vars --enable-magic-quotes


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-08 11:39 UTC] sniper@php.net
Works fine here. (you propably missed some step in the process, see INSTALL file for the instructions)

I tested with latest CVS too, so get that if nothing else helps.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 26 23:01:31 2024 UTC