[MDEV-4200] Missing libmysqlclient_r.so.18 on the mariadbclient-dev package on Debian packages Created: 2013-02-25 Updated: 2013-04-04 Due: 2013-04-03 Resolved: 2013-04-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.29 |
| Fix Version/s: | 5.5.31 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jean Weisbuch | Assignee: | Alexey Botchkov |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | libmysqlclient, packaging | ||
| Environment: |
Debian 6.0 amd64 and i386 using official packages repository |
||
| Description |
|
This issue has been resolved for RPM packages on The package provides a symbolic link from /usr/lib/libmysqlclient_r.so to libmysqlclient_r.so.18 but /usr/lib/libmysqlclient_r.so.18 is not installed by the package. It blocks for example the mydumper compilation :
|
| Comments |
| Comment by Alexey Botchkov [ 2013-03-12 ] |
|
Cannot reproduce this problem. Tried with squeeze and wheezy from the mariadb's repositories $ sudo apt-get install libmariadbclient-dev So all the necessary symlinks are there. |