From:             s dot seipel at gmx dot de
Operating system: Linux Slackware 9.1
PHP version:      5CVS-2004-07-10 (dev)
PHP Bug Type:     Compile Failure
Bug description:  Configure Warning concerning MySQL Version 4.1.3

Description:
------------
I downloaded and compile the mysql version 4.1.3 (no snapshot or CVS)
which run without problems. then I checkout the latest PHP 5 CVS and run
the following configure:

./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-config-file-path=/etc --with-mysql=/usr/local/mysql4.0
--with-mysqli=/usr/local/mysql4.1/bin/mysql_config --with-xmlrpc
--enable-soap --enable-wddx --with-jpeg-dir=/usr/local --with-gd
--with-freetype-dir=/usr/local --with-ttf=/usr/local
--with-zlib-dir=/usr/local --enable-sockets

checking for MySQLi support... yes
checking whether to enable embedded MySQLi support... no
checking for mysql_set_server_option in -lmysqlclient... yes
checking for mysql_stmt_field_count in -lmysqlclient... no
configure: error: MySQLI doesn't support versions < 4.1.3 anymore. Please
update your libraries.

MySQL 4.1.3 is actually installed, is this a Bug?



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

Reply via email to