ID: 27642
User updated by: josh at trutwins dot homeip dot net
-Summary: Configuring php 5.0.0b4 from source with options below
causes Apache2 to hang
Reported By: josh at trutwins dot homeip dot net
Status: Open
Bug Type: Compile Failure
Operating System: Linux SuSE 8.1
PHP Version: 5.0.0RC1
New Comment:
Oops, bad subject.
Previous Comments:
------------------------------------------------------------------------
[2004-03-18 19:15:26] josh at trutwins dot homeip dot net
Description:
------------
Attempting to compile PHP-5.0.0RC1 with MySQL 5.0.0 alpha built from
source using --with-mysqli
Here is the error:
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning: as it has already been specified as a non-system
directory
/usr/local/source/php/php-5.0.0RC1/ext/mysqli/mysqli_prop.c: In
function `stmt_affected_rows_read':
/usr/local/source/php/php-5.0.0RC1/ext/mysqli/mysqli_prop.c:189:
structure has no member named `affected_rows'
/usr/local/source/php/php-5.0.0RC1/ext/mysqli/mysqli_prop.c:189:
structure has no member named `affected_rows'
/usr/local/source/php/php-5.0.0RC1/ext/mysqli/mysqli_prop.c:189:
structure has no member named `affected_rows'
make: *** [ext/mysqli/mysqli_prop.lo] Error 1
Here is the configure script:
./configure \
--with-config-file-path=/etc/httpd \
--enable-libgcc \
--enable-sigchild \
--enable-track-vars \
--disable-ipv6 \
\
--with-apxs2=/usr/local/apache/bin/apxs \
\
--enable-exif \
--enable-ftp \
--enable-sockets \
--with-mcrypt \
--with-mhash \
--with-openssl \
--with-iconv \
--with-ncurses \
--with-readline \
--with-curl \
\
--with-bz2 \
--with-zip \
--with-zlib \
\
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-mysql-sock=/usr/local/mysql/mysql.sock \
\
--with-pgsql=/usr/local/pgsql \
\
--with-oci8 \
\
--with-sqlite \
\
--with-gd \
--with-ttf \
--with-freetype \
--with-freetype-dir=/usr/X11/lib \
--with-png-dir=/usr \
--with-jpeg-dir=/usr \
--with-tiff-dir=/usr \
--with-xpm-dir=/usr \
\
--enable-xml \
--enable-wddx \
--with-xsl \
--with-expat-dir=/usr \
--with-libxml-dir=/usr/local \
--with-xmlrpc \
--with-dom \
--with-qtdom \
\
--with-java=/usr/local/java/ \
| tee config.out
System is SuSE 8.1 with gcc 3.2
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27642&edit=1