From:             deltawolf at deltawolf dot com
Operating system: FreeBSD 4.6
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     Apache related
Bug description:  make install is not copying all required files.

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


-- 
Edit bug report at http://bugs.php.net/?id=24529&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24529&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24529&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24529&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24529&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24529&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24529&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24529&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24529&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24529&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24529&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24529&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24529&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24529&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24529&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24529&r=gnused

Reply via email to