Bug 547164 - mysql-workbench missing libmysqlcppconn.so.1 library file
Summary: mysql-workbench missing libmysqlcppconn.so.1 library file
Status: RESOLVED FIXED
: 550261 (view as bug list)
Alias: None
Product: openSUSE 11.2
Classification: openSUSE
Component: Other (show other bugs)
Version: Factory
Hardware: Other Other
: P3 - Medium : Major (vote)
Target Milestone: ---
Assignee: Michal Hrusecky
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-15 09:48 UTC by VIRAJ GANDHI
Modified: 2009-10-27 11:29 UTC (History)
1 user (show)

See Also:
Found By: ---
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 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. ***