Hi.
I have rehhat 7.3 install with apache 2.0.45 and PHP 4.32
when i configure php with
./configure \
--with-apxs2=/usr/local/apache2045/bin/apxs \
--with-ldap=/usr/local/openldap --with-mysql=no \
--with-oci8=/home/oracle9i/OraHome1 --no-create --no-recursion \
--prefix=/usr/local/php-4.3.2 \
--with-config-file-path=/usr/local/apache2045/php \
--enable-force-cgi-redirect \
--disable-cgi \
--with-gettext
Generating files
updating cache ./config.cache
creating ./config.status
All ok, but when i make
[root@xxxx php-4.3.2]# make
/bin/sh /usr/local/php-4.3.2/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/ctype/ -I/usr/local/php-4.3.2/ext/ctype/ -DPHP_ATOM_INC -I/usr/local/php-4.3.2/include -I/usr/local/php-4.3.2/main -I/usr/local/php-4.3.2 -I/usr/local/apache2045/include -I/usr/local/php-4.3.2/Zend -I/usr/local/openldap/include -I/home/oracle9i/OraHome1/rdbms/demo -I/usr/local/php-4.3.2/ext/xml/expat -I/usr/local/php-4.3.2/TSRM -g -O2 -prefer-pic -c /usr/local/php-4.3.2/ext/ctype/ctype.c -o ext/ctype/ctype.lo
In file included from /usr/local/php-4.3.2/main/php.h:34,
from /usr/local/php-4.3.2/ext/ctype/ctype.c:23:
/usr/local/php-4.3.2/Zend/zend.h:52:26: zend_config.h: No such file or directory
In file included from /usr/local/php-4.3.2/Zend/zend_alloc.h:26,
from /usr/local/php-4.3.2/Zend/zend.h:180,
from /usr/local/php-4.3.2/main/php.h:34,
from /usr/local/php-4.3.2/ext/ctype/ctype.c:23:
/usr/local/php-4.3.2/TSRM/TSRM.h:18:26: tsrm_config.h: No such file or directory
In file included from /usr/local/php-4.3.2/main/php.h:36,
from /usr/local/php-4.3.2/ext/ctype/ctype.c:23:
/usr/local/php-4.3.2/main/php_compat.h:9:24: php_config.h: No such file or directory
In file included from /usr/local/php-4.3.2/TSRM/tsrm_virtual_cwd.h:26,
from /usr/local/php-4.3.2/main/php.h:368,
from /usr/local/php-4.3.2/ext/ctype/ctype.c:23:
/usr/local/php-4.3.2/TSRM/tsrm_config_common.h:13:26: tsrm_config.h: No such file or directory
make: *** [ext/ctype/ctype.lo] Error 1
File
/usr/local/php-4.3.2/Zend/zend_config.h
is missing
file
/usr/local/php-4.3.2/TSRM/tsrm_config.h
is missing
Any suggestions?
thanks
IKE
ike