Hi!
I'm trying to install PHP 4.0.6 on HP-UX B.11.00, with Apache 1.3.20.
The Apache is configured and compiled without any error:
1) ./configure --prefix=/home/thoo/apache-1.3.20 --enable-module=so
2) make
3) make install
I encountered the following problem during 'make':
1) ./configure --with-oci8 --with-apxs=/home/thoo/apache-1.3.20/bin/apxs
2) make
...
creating TSRM/Makefile
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main -DSUPPORT_UTF8
-DXML_BYTE_ORDER=21 -g -O2 -c tsrm_virtual_cwd.c
tsrm_virtual_cwd.c:523: conflicting types for `virtual_chmod'
tsrm_virtual_cwd.h:123: previous declaration of `virtual_chmod'
What could be the problem?
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]