I had the same problem.  Working with HP, we found that PHP cannot be compiled as a 
DSO with Oracle connectivity.  HP is working on this problem and is planning on having 
it resolved in a future release of Apache 2.0.  In the meantime, the only way to get 
PHP-Oracle connectivity under HPUX 11.00 is to compile as a static binary.

Jim

>>> "T.J. Hoo" <[EMAIL PROTECTED]> 09/04 1:37 AM >>>
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]

Reply via email to