ID: 16139
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: MySQL related
Operating System: linux 2.4.17
PHP Version: 4.0CVS-2002-03-18
New Comment:
Fixed in CVS.
Previous Comments:
------------------------------------------------------------------------
[2002-03-18 10:24:03] [EMAIL PROTECTED]
...no, I've got the same problems with today's snapshot...
------------------------------------------------------------------------
[2002-03-18 10:09:00] [EMAIL PROTECTED]
I've did a diff between these two versions, but there was no
significant difference that could lead to these failures...
Meanwhile, I'm suspiciuos of the built system: It seems that it doesn't
find the right location of mysql.h.
Consider these lines in php_mysql.c:
#if HAVE_MYSQL_MYSQL_H
# include <mysql/mysql.h>
#else
# include <mysql.h>
#endif
I just made that read
# include <mysql/mysql.h>
and compilation went fine.
I'll try today's snapshot instead of checking out via cvs...maybe my
automake (1.5) has some problems...
------------------------------------------------------------------------
[2002-03-18 09:40:47] [EMAIL PROTECTED]
Can you paste a unidifed diff between the two mysql directories from
the different checkouts? Better yet just post it to php-dev@ because
patches pasted here tend to get mangled badly ...
------------------------------------------------------------------------
[2002-03-18 09:38:21] [EMAIL PROTECTED]
No, i just have MySQL 4.0.1 installed. As i wrote before, compiling did
work with cvs from 02/27/02....I havn't changed anything in my setup
since then. As i could see from the list, Sebastian Bergmann had
similar problems some days ago...
I still have the 'working' checkout and still can compile it with MySQL
4.0.1...but that doesn't solve the problem with latest cvs...I think
this must be some problem with MYSQL_VERSION_ID
------------------------------------------------------------------------
[2002-03-18 09:10:01] [EMAIL PROTECTED]
How did you install Mysql? Do you happen to have two
versions of it installed in your system?
------------------------------------------------------------------------
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/16139
--
Edit this bug report at http://bugs.php.net/?id=16139&edit=1