Hi!

>>>>> "Sebastian" == Sebastian Bergmann <[EMAIL PROTECTED]> writes:

Sebastian> Michael Widenius wrote:
>> The symbol 'mysql_module_entry' doesn't come from the MySQL library,
>> so this is a PHP problem.

Sebastian>   Okay.

>> Note that you can use MySQL 4.0 with the old MySQL 3.23 library
>> without any problems.

Sebastian>   Yes, it works fine if I use the libmysql that is bundled with PHP. Only
Sebastian>   when I ./configure --with-mysql=/usr/local/mysql and link PHP against
Sebastian>   the MySQL 4.0.0 library this problem occurs.

The problem could be that some structs has changed between MySQL 3.23
and 4.0;  To get 4.0 to works, you need to recompile all object files
that uses the libmysql library to use the 4.0 include headers.

Could you try to recompile the mysql-php module with the 4.0 header
files and check if this helps ?

Regards,
Monty

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to