php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13350 Installation of php in module for apache 1.3.20
Submitted: 2001-09-17 12:43 UTC Modified: 2001-09-17 13:09 UTC
From: loic at abcmultimedia dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: Linux RedHat 7.1
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: loic at abcmultimedia dot net
New email:
PHP Version: OS:

 

 [2001-09-17 12:43 UTC] loic at abcmultimedia dot net
If i use this config :

./configure  --with-apache=../apache_1.3.20/ --with-mysql=/usr/local/mysql/ --with-openssl=/usr/local/openssl --enable-memory-limi
t --enable-safe-mode --with-config-file-path=/usr/local/apache/conf --mandir=/usr/share/man

I receive an error when i build apache with tis configuration :
./configure --prefix=/usr/local/apache/ --activate-module=src/modules/perl/libperl.a --activate-module=src/modules/php4/libmodphp4.a --enable-module=usertrack --server-uid=www --server-gid=www --mandir=/usr/share/man

The error is :

===> src/modules/php4
gcc -c  -I../../os/unix -I../../include   -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci`   mod_php4.c
mod_php4.c:28:18: zend.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:29:17: php.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:30:27: php_variables.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:47:21: php_ini.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:48:25: php_globals.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:49:18: SAPI.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:50:22: php_main.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:52:26: zend_compile.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:53:26: zend_execute.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:54:28: zend_highlight.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:55:25: zend_indent.h: Aucun fichier ou r?pertoire de ce type
mod_php4.c:57:39: ext/standard/php_standard.h: Aucun fichier ou r?pertoire de ce type
make[4]: *** [mod_php4.o] Erreur 1
make[3]: *** [all] Erreur 1
make[2]: *** [subdirs] Erreur 1
make[2]: Quitte le r?pertoire `/usr/local/src/apache_1.3.20/src'
make[1]: *** [build-std] Erreur 2
make[1]: Quitte le r?pertoire `/usr/local/src/apache_1.3.20'
make: *** [build] Erreur 2

DO YOU HAVE AN IDEA ?

Best regards,

Loic

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-17 13:09 UTC] sniper@php.net
Please ask support questions (after you have read INSTALL file) on the mailing lists:

http://www.php.net/support.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 20:01:29 2024 UTC