[MDEV-13934] /usr/lib/x86_64-linux-gnu/libmariadbclient.so.18 not found Created: 2017-09-28 Updated: 2017-11-05 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kraeutergarten | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian Stretch |
||
| Issue Links: |
|
||||||||
| Description |
|
After upgrading mariadb to 10.2.9 i get the following error:
/usr/lib/x86_64-linux-gnu/libmariadbclient.so.18 isn't anymore there. Hotfix:
Edit:
The link is also there. |
| Comments |
| Comment by Sergei Golubchik [ 2017-09-28 ] | |||||||||||||||||||||||||||||||||||||
|
This was most probably caused by fixes in debian packaging in 10.2.9. in 10.2.8 and earlier, libmariadb3 package installed libmariadbclient.so.18 and libmysqlclient.so.18 symlinks, and libmariadbclient18 and libmysqlclient18 packages were empty. They depended on libmariadb3, so if one would install libmariadbclient18, she'd get symlinks all right. The problem was that after that, if one would remove symlinks and reinstall libmariadbclient18 — symlinks wouldn't come back. The fix was to move symlinks to their corresponding packages, in 10.2.9 libmariadb3 package installs only libmariadb.so.3, while libmariadbclient.so.18 is installed by libmariadbclient18 package (that's why reinstall helped). This doesn't explain, though, why libmariadbclient.so.18 disappeared for you. If you could tell how to repeat this effect, I'll be able to fix it. | |||||||||||||||||||||||||||||||||||||
| Comment by Kraeutergarten [ 2017-09-28 ] | |||||||||||||||||||||||||||||||||||||
|
I only upgraded the Packages.
After that the softlink was deleted on 6 diffrent server. | |||||||||||||||||||||||||||||||||||||
| Comment by Kraeutergarten [ 2017-09-28 ] | |||||||||||||||||||||||||||||||||||||
|
Someone has the same problem: https://jira.mariadb.org/browse/MDEV-13588?focusedCommentId=100873&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-100873 | |||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2017-09-28 ] | |||||||||||||||||||||||||||||||||||||
|
Yes, that was exactly the issue we've fixed in 10.2.9, it was | |||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2017-11-05 ] | |||||||||||||||||||||||||||||||||||||
|
serg wrote:
serg, if this question is still open, it's reproducible rather easily without removing the symlinks.
|