Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
5.5.29
-
None
-
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
|