Bug 132320

Summary: Knoda Mysql driver does not work
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Horst Knorr <susebugs>
Component: NetworkAssignee: E-mail List <kde-maintainers>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: postadal
Version: Final   
Target Milestone: ---   
Hardware: i586   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Horst Knorr 2005-11-04 15:14:34 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
Comment 1 Dr. Werner Fink 2005-11-04 15:26:06 UTC
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 
Comment 2 Petr Ostadal 2005-11-14 17:30:41 UTC
assign to maintainer of hk_classes package
Comment 3 Dirk Mueller 2005-11-14 17:38:07 UTC
Horst, did you get my email?

*** This bug has been marked as a duplicate of 119840 ***
Comment 4 Horst Knorr 2005-11-15 20:37:56 UTC
Got the email, thanks