Bug 547164

Summary: mysql-workbench missing libmysqlcppconn.so.1 library file
Product: [openSUSE] openSUSE 11.2 Reporter: VIRAJ GANDHI <viraj004>
Component: OtherAssignee: Michal Hrusecky <mhrusecky>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P3 - Medium CC: kayohf
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description VIRAJ GANDHI 2009-10-15 09:48:15 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090909 SUSE/3.5.3-3.2 Firefox/3.5.3






Reproducible: Always

Steps to Reproduce:
After designing in mysqlworkbench I selected "Database"> "Forward Engineer" option.

I selected all default settings and continued next, everytime.

After setting parameters for connecting to a database I clicked "Execute" button.


Actual Results:  
The Error says missing /usr/lib/mysql-workbench/mysqlcppconn.so library file.

Expected Results:  
It should have actually created the database.

How we solved it

We created the simlink using the following command

ln -s /usr/lib/libmysqlcppconn.so.1 /usr/lib/mysql-workbench/mysqlcppconn.so


it looks the mysql-workbench package should have included libmysqlcppconn1 package as a dependency.
Comment 1 Michal Hrusecky 2009-10-23 05:53:20 UTC
Link is now present and dependency added. Thank you for your bugreport.
Comment 2 Michal Hrusecky 2009-10-27 11:29:54 UTC
*** Bug 550261 has been marked as a duplicate of this bug. ***