Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: 5.5.37
-
Fix Version/s: 5.5.38
-
Component/s: None
-
Labels:None
-
Environment:Fedora 20, MySQL Workbench 6.1.16
-
Sprint:serg-test-sprint-1
Description
Hello,
I have installed Fedora 20, MariaDB 5.5.37 from the repository and MySQL Workbench 6.1.16. When I attempt to connect to a server, MySQL Workbench crashes with this error:
/usr/libexec/mysql-workbench/mysql-workbench-bin: relocation error: /usr/lib64/mysql-workbench/libmysqlcppconn.so.7: symbol mysql_server_init, version libmysqlclient_18 not defined in file libmysqlclient.so.18 with link time reference
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Where did you get MariaDB 5.5.37 from? From our or Fedora repository?
As far as I can see, our libmysqlclient.so.18 (MariaDB-shared package) defines the symbol mysql_server_init, version libmysqlclient_18.
It is the one from Fedora 20 (mariadb-libs package) that does not. But from the
MDEV-6273one can guess that Fedora is moving to use our symbol versioning code in the future, which means that their libmysqlclient.so.18 will have mysql_server_init, version libmysqlclient_18 as soon as they do that.