Problems building php with oracle8i
WH Micro <[email protected]>
| Newsgroups | gmane.comp.db.oracle.devel |
|---|---|
| Message-ID | <LYRIS-1796914-813513-2002.12.27-19.26.43--gcdod-oracle#[email protected]> |
Hello: I am trying to build PHP with Oracle 8i support and I can't get it to work. I would apreciate if you can help me get this problem resolved. I already installed the oracle 8i client, Apache, and even MySQL and when I try to configure PHP like this: ./configure -v --with-apxs=/usr/apache/bin/apxs --enable-track-vars --with-oci8=/usr/oracle --with-mysql --enable-sigchild --with-config-file-path=/etc/php I also tried configure it with the --with-oracle option and get the same error when I try to make it. This is the message I get when I try it: whmicro-www:~/build# make make: *** No targets specified and no makefile found. Stop. whmicro-www:~/build# cd php-4.2.3/ whmicro-www:~/build/php-4.2.3# make Making all in Zend make[1]: Entering directory `/root/build/php-4.2.3/Zend' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/build/php-4.2.3/Zend' Making all in main make[1]: Entering directory `/root/build/php-4.2.3/main' make[2]: Entering directory `/root/build/php-4.2.3/main' /bin/sh /root/build/php-4.2.3/libtool --silent --mode=compile gcc -I. -I/root/build/php-4.2.3/main -I/root/build/php-4.2.3/main -I/root/build/php-4.2.3 -I/usr/apache/include -I/root/build/php-4.2.3/Zend -I/root/build/php-4.2.3/ext/mysql/libmysql -I/usr/oracle/rdbms/demo -I/root/build/php-4.2.3/ext/xml/expat -DLINUX=22 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -DUSE_EXPAT -I/root/build/php-4.2.3/TSRM -g -O2 -prefer-pic -c internal_functions.c In file included from internal_functions.c:34: /root/build/php-4.2.3/ext/oci8/php_oci8.h:52: oci.h: No such file or directory make[2]: *** [internal_functions.lo] Error 1 make[2]: Leaving directory `/root/build/php-4.2.3/main' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/build/php-4.2.3/main' make: *** [all-recursive] Error 1 I've done some research and couldn't find much information about it. Please help me in resolving this problem or guide me to where I can get more info on it. Thanks in advance for all your help. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- Change your mail options at http://p2p.wrox.com/manager.asp or to unsubscribe send a blank email to [email protected].