php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11373 Building Apache with PHP4
Submitted: 2001-06-09 00:09 UTC Modified: 2001-06-09 01:03 UTC
From: support at wildapache dot net Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.5 OS: Linux 7.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: support at wildapache dot net
New email:
PHP Version: OS:

 

 [2001-06-09 00:09 UTC] support at wildapache dot net
This is what I get when I try to build apache_1.3.20 with PHP4:

gcc -c -I../.. -I/usr/local/lib/perl5/5.6.1/i686-linux/CORE -I../../os/unix -I../../include   -DLINUX=22 -I/usr/include/db1 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/src/php4/php-4.0.5 -I/usr/local/src/php4/php-4.0.5/main -I/usr/local/src/php4/php-4.0.5/main -I/usr/local/src/php4/php-4.0.5/Zend -I/usr/local/src/php4/php-4.0.5/Zend -I/usr/local/src/php4/php-4.0.5/TSRM -I/usr/local/src/php4/php-4.0.5/TSRM -I/usr/local/src/php4/php-4.0.5 -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED   mod_php4.c
mod_php4.c:28:18: zend.h: No such file or directory
mod_php4.c:29:17: php.h: No such file or directory
mod_php4.c:30:27: php_variables.h: No such file or directory
mod_php4.c:47:21: php_ini.h: No such file or directory
mod_php4.c:48:25: php_globals.h: No such file or directory
mod_php4.c:49:18: SAPI.h: No such file or directory
mod_php4.c:50:22: php_main.h: No such file or directory
mod_php4.c:52:26: zend_compile.h: No such file or directory
mod_php4.c:53:26: zend_execute.h: No such file or directory
mod_php4.c:54:28: zend_highlight.h: No such file or directory
mod_php4.c:55:25: zend_indent.h: No such file or directory
mod_php4.c:57:39: ext/standard/php_standard.h: No such file or directory
make[2]: *** [mod_php4.o] Error 1
make[1]: *** [all] Error 1
make: *** [subdirs] Error 1

Got any ideas???

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-09 01:03 UTC] sniper@php.net
Yes, you're doing something wrong. Please read the INSTALL
file. It has instructions how to do it right.
And follow them too!

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC