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 when configuring PHP: 1) ./configure --with-oci8 --with-apxs=/home/thoo/apache-1.3.20/bin/apxs 2) make In file included from /usr/include/sys/dirent.h:49, from /usr/include/dirent.h:9, from my_lib.c:13: /usr/include/sys/_dirent_body.h:9: parse error before `uint64_t' /usr/include/sys/_dirent_body.h:9: warning: no semicolon at end of struct or union /usr/include/sys/_dirent_body.h:14: parse error before `}' make[4]: *** [my_lib.lo] Error 1 ... 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]