[MDEV-21067] Compilation of linked packages fails because something is wrong Created: 2019-11-16 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | libmariadb |
| Affects Version/s: | 10.2.29, 10.3.20, 10.4.10 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip orleans | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
All versions are affected I found this that solves the issue, but maybe we should fix it in the software. /usr/lib64/libmariadbclient.a > pkg-config --libs mariadb sudo ln -s /usr/lib64/libmariadbclient.a /usr/lib64/libmariadb.a |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2019-11-17 ] | ||||||||||||||||||||||
|
I can confirm that the name of the static library is incorrect in RHEL 7 RPMs as well:
However, the dynamic library has the proper name:
This is with the following packages installed:
|