ID: 49215
Updated by: [email protected]
Reported By: jim dot stcyr at gmail dot com
-Status: Open
+Status: Feedback
-Bug Type: *General Issues
+Bug Type: Compile Failure
Operating System: RedHat 2.6.9-89.0.3.ELsmp
PHP Version: 5.3SVN-2009-08-11 (snap)
New Comment:
Exactly what linux distro are you using? And does this work:
# rm -f config.cache ; ./configure --disable-all --disable-cgi && make
Previous Comments:
------------------------------------------------------------------------
[2009-08-11 02:32:32] jim dot stcyr at gmail dot com
Description:
------------
./configure \
--with-apxs2=/usr/local/apache2.2/bin/apxs \
--with-oci8=instantclient,/home/instantclient \
--enable-sigchild
./make
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:40:
error: syntax error before "glob_t"
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:40:
warning: no semicolon at end of struct or uni
on
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:41:
error: 'index' redeclared as different kind o
f symbol
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:41:
error: 'index' redeclared as different kind o
f symbol
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:47:
error: syntax error before '}' token
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:47:
warning: data definition has no type or stora
ge class
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In
function `_php_glob_stream_get_path':
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:51:
error: `pglob' undeclared (first use in this
function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:51:
error: (Each undeclared identifier is reporte
d only once
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:51:
error: for each function it appears in.)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:51:
error: syntax error before ')' token
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In
function `_php_glob_stream_get_pattern':
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:73:
error: `pglob' undeclared (first use in this
function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:73:
error: syntax error before ')' token
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In
function `_php_glob_stream_get_count':
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:95:
error: `pglob' undeclared (first use in this
function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:95:
error: syntax error before ')' token
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: At top
level:
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:111:
error: syntax error before '*' token
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In
function `php_glob_stream_path_split':
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:124:
error: `p_file' undeclared (first use in thi
s function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:126:
error: `get_path' undeclared (first use in t
his function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:127:
error: `pglob' undeclared (first use in this
function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In
function `php_glob_stream_read':
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:141:
error: `pglob' undeclared (first use in this
function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:141:
error: syntax error before ')' token
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:148:
error: `GLOB_APPEND' undeclared (first use i
n this function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In
function `php_glob_stream_close':
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:165:
error: `pglob' undeclared (first use in this
function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:165:
error: syntax error before ')' token
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In
function `php_glob_stream_rewind':
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:184:
error: `pglob' undeclared (first use in this
function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:184:
error: syntax error before ')' token
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c: In
function `php_glob_stream_opener':
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:211:
error: `pglob' undeclared (first use in this
function)
/home/automan/php5.3-200908110030/main/streams/glob_wrapper.c:251:
error: `GLOB_APPEND' undeclared (first use i
n this function)
make: *** [main/streams/glob_wrapper.lo] Error 1
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=49215&edit=1