Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 15963
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: wil [...] hyperconx.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.0002_4
Fixed in: (no value)



Subject: Undefined symbol "mysql_autocommit" on FreeBSD and MySQL 4.1.15

Message body is not shown because it is too large.

This looks like a system problem -- like DBD::mysql has been compiled against 4.1, but is then being dynamically linked to the 4.0 client library at runtime.
Thank you for your bug report! This problem is caused because the version of the mysql include files your compiling against differ from the version of the mysql libraries installed on your system. Please update your client library on the box you are compiling DBD::mysql against to match your server. Also, please try the latest DBD::mysql 4.00 version.