From:             josh at trutwins dot homeip dot net
Operating system: Linux SuSE 8.1
PHP version:      5.0.0RC1
PHP Bug Type:     Compile Failure
Bug description:  Configuring php 5.0.0b4 from source with options below causes 
Apache2 to hang

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

Reply via email to