Bug 132320 - Knoda Mysql driver does not work
Summary: Knoda Mysql driver does not work
Status: RESOLVED DUPLICATE of bug 119840
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Network (show other bugs)
Version: Final
Hardware: i586 Other
: P5 - None : Major
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 15:14 UTC by Horst Knorr
Modified: 2005-11-15 20:37 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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