From:             fschulze at more-radio dot de
Operating system: Solaris8
PHP version:      4.3.2
PHP Bug Type:     Compile Failure
Bug description:  Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails

Description:
------------
HI,
problem to MAKE php after the following

./configure --with-apxs2=/www/currentsw/apache/bin/apxs
--with-mysql=/www/currentsw/mysql --enable-versioning
--enable-track-vars=yes --enable-url-includes
--with-config-file-path=/www/currentsw/apache/conf
--prefix=/www/bin/php-4.3.2 --with-oci8

configure looks good. make brings up hunderts of error-lines. here are the
last ones:

/www/source/php-4.3.2/ext/oci8/oci8.c:5472: request for member `in_call'
in something not a structure or union
/www/source/php-4.3.2/ext/oci8/oci8.c:5472: request for member `in_call'
in something not a structure or union
/www/source/php-4.3.2/ext/oci8/oci8.c:5472: parse error before ')' token
/www/source/php-4.3.2/ext/oci8/oci8.c:5472: request for member `in_call'
in something not a structure or union
/www/source/php-4.3.2/ext/oci8/oci8.c:5480: request for member
`coll_typecode' in something not a structure or union
/www/source/php-4.3.2/ext/oci8/oci8.c:5494: request for member `in_call'
in something not a structure or union
/www/source/php-4.3.2/ext/oci8/oci8.c:5494: request for member `in_call'
in something not a structure or union
/www/source/php-4.3.2/ext/oci8/oci8.c:5494: request for member `tdo' in
something not a structure or union
/www/source/php-4.3.2/ext/oci8/oci8.c:5494: parse error before ')' token
/www/source/php-4.3.2/ext/oci8/oci8.c:5494: request for member `in_call'
in something not a structure or union
/www/source/php-4.3.2/ext/oci8/oci8.c:5502: request for member `id' in
something not a structure or union
*** Error code 1
make: Fatal error: Command failed for target `ext/oci8/oci8.lo'


if configured without --oci8 everything is ok.
any ideas?


-- 
Edit bug report at http://bugs.php.net/?id=24950&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24950&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24950&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24950&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24950&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24950&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24950&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24950&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24950&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24950&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24950&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24950&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24950&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24950&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24950&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24950&r=gnused

Reply via email to