Bugzilla – Bug 132320
Knoda Mysql driver does not work
Last modified: 2005-11-15 20:37:56 UTC
The knoda mysql driver leads to a crash knoda: symbol lookup error: /usr/lib/hk_classes/drivers/libhk_mysqldriver.so: undefined symbol: mysql_server_init As this is a link problem I tried to compile hk_classes (on which knoda depends) but I failed as it seems that no rpm on the CD's contains the mysql header files (mysql.h). (BTW: I'm the developer of hk_classes and knoda) This seems to be an inconsistency in the Mysql rpms. As I get a lot of bug reports of knoda users I would be grateful when you could fix this bug soon Regards Horst
Please install the package mysql-devel. Don't forget to use -I /usr/include/mysql for compiling and -L /usr/lib/mysql to link the MySQL libs. If the package
assign to maintainer of hk_classes package
Horst, did you get my email? *** This bug has been marked as a duplicate of 119840 ***
Got the email, thanks