Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 5.5.29
-
Fix Version/s: 5.5.31
-
Component/s: None
-
Labels:
-
Environment:Debian 6.0 amd64 and i386 using official packages repository
Description
This issue has been resolved for RPM packages on MDEV-3923.
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 :
make[2]: *** No rule to make target `/usr/lib/libmysqlclient_r.so', needed by `mydumper'. Stop. make[1]: *** [CMakeFiles/mydumper.dir/all] Error 2 make: *** [all] Error 2
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Cannot reproduce this problem. Tried with squeeze and wheezy from the mariadb's repositories
with the same result:
$ sudo apt-get install libmariadbclient-dev
$ ls -l /usr/lib/libm*
rw-rr- 1 root root 3874996 Jan 29 12:38 /usr/lib/libmysqlclient.alrwxrwxrwx 1 root root 16 Jan 29 12:39 /usr/lib/libmysqlclient_r.a -> libmysqlclient.a
lrwxrwxrwx 1 root root 22 Jan 29 12:39 /usr/lib/libmysqlclient_r.so -> libmysqlclient_r.so.18
lrwxrwxrwx 1 root root 17 Jan 29 12:39 /usr/lib/libmysqlclient_r.so.18 -> libmysqlclient.so
lrwxrwxrwx 1 root root 17 Jan 29 12:39 /usr/lib/libmysqlclient_r.so.18.0.0 -> libmysqlclient.so
lrwxrwxrwx 1 root root 20 Jan 29 12:39 /usr/lib/libmysqlclient.so -> libmysqlclient.so.18
lrwxrwxrwx 1 root root 24 Jan 29 12:39 /usr/lib/libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
rw-rr- 1 root root 3155040 Jan 29 12:38 /usr/lib/libmysqlclient.so.18.0.0rw-rr- 1 root root 7522 Jan 29 12:38 /usr/lib/libmysqlservices.aSo all the necessary symlinks are there.
Jan, do you think there's something i've missed?