Bugzilla – Bug 547164
mysql-workbench missing libmysqlcppconn.so.1 library file
Last modified: 2009-10-27 11:29:54 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.
Link is now present and dependency added. Thank you for your bugreport.
*** Bug 550261 has been marked as a duplicate of this bug. ***