Hi All,

        
        Below is a sample of what I get when trying to compile php 4.3.0 with
the oracle extensions turned on. I'm upgrading a box from an earlier
version of php where php with oracle compiled fine.

        It configures ok:

        ./configure --with-apxs=/usr/local/apache/bin/apxs
--with-oracle=/home/mazda/OraHome1/ --enable-mbstring -enable-track-vars

        Just breaks on a make. I noticed in the archives a recent discussion of
the problem - but couldn't find an answer.

        Any help would be greatly appreciated.

Cheers,
Brad













/root/downloads/php-4.3.0/ext/oracle/oracle.c:1612: `cda' undeclared
(first use in this function)
/root/downloads/php-4.3.0/ext/oracle/oracle.c: At top level:
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1631: parse error before
'*' token
/root/downloads/php-4.3.0/ext/oracle/oracle.c: In function
`ora_describe_define':
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1638: `cursor' undeclared
(first use in this function)
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1694: `SQLT_LBI'
undeclared (first use in this function)
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1698: `SQLT_LNG'
undeclared (first use in this function)
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1701: `SQLT_STR'
undeclared (first use in this function)
/root/downloads/php-4.3.0/ext/oracle/oracle.c: At top level:
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1724: parse error before
'*' token
/root/downloads/php-4.3.0/ext/oracle/oracle.c: In function
`ora_set_param_values':/root/downloads/php-4.3.0/ext/oracle/oracle.c:1731: `cursor' 
undeclared (first use in this function)
/root/downloads/php-4.3.0/ext/oracle/oracle.c:1749: `isout' undeclared
(first use in this function)










-- 
Bradley C. Goldsmith <[EMAIL PROTECTED]>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to