ID:               30835
 Updated by:       [EMAIL PROTECTED]
 Reported By:      noethen at daad dot de
 Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: SuSE Linux Enterprise Server 9
 PHP Version:      5.0.2
 New Comment:

Are you sure? You sent me a mysql_config before, which 
shows: 
 
-L/usr/lib64/mysql -lmysqlclient -lcrypt -lnsl -lm -lz 
 
Do you have 2 different versions ? 


Previous Comments:
------------------------------------------------------------------------

[2004-12-01 17:06:35] noethen at daad dot de

Here comes the output of

mysql_config --libs

-L/usr/lib/mysql -lmysqlclient -lcrypt -lnsl -lm -lz

------------------------------------------------------------------------

[2004-12-01 17:00:36] [EMAIL PROTECTED]

And the MySQL-devel package is also installed?  What's the output of:

$ mysql_config --libs



------------------------------------------------------------------------

[2004-12-01 10:51:51] noethen at daad dot de

I _am_ using a native x86_64 build of MySQL
(MySQL-server-4.1.7-0.glibc23.x86_64.rpm).

------------------------------------------------------------------------

[2004-11-30 17:32:51] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

You cannot use 32-bit libraries (e.g. from
MySQL-client-4.1.7-0.i386.rpm) in a 64-bit PHP build.

Either use a native x86_64 build of MySQL (recommended), or try and
build a 32-bit version of PHP (not recommended).  The latter can be
done using:

  export CC="gcc -m32"

before running configure.


------------------------------------------------------------------------

[2004-11-30 03:21:58] jfxberns at hotmail dot com

Same problem.

./configure --with-mysqli=/usr/bin/mysql_config

AMD Athlon XP CPU, 
Apache 1.3.33, 
Redhat Linux 7.3, 
PHP 5.0.2, 
MySQL 4.1.7 installed as RPM, upgraded from 4.0.22

MySQL packages installed: 

MySQL-bench-4.1.7-0.i386.rpm
MySQL-client-4.1.7-0.i386.rpm
MySQL-devel-4.1.7-0.i386.rpm
MySQL-server-4.1.7-0.i386.rpm
MySQL-shared-4.1.7-0.i386.rpm
MySQL-shared-compat-4.1.7-0.i386.rpm

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/30835

-- 
Edit this bug report at http://bugs.php.net/?id=30835&edit=1

Reply via email to