[MDEV-27826] Mariabackup is linked against libsql_builtins.so dynamically Created: 2022-02-13 Updated: 2022-02-22 Resolved: 2022-02-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.4.24 |
| Fix Version/s: | 10.4.25, 10.5.16, 10.6.8, 10.7.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hasso Tepper | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Since 10.4.23 mariabackup binary is linked dynamically against libsql_builtins.so which is not installed and it breaks binary of course. 10.4.22 was OK and it also doesn't happen with 10.3.34 and 10.6.7. The server is built in all versions with:
|
| Comments |
| Comment by Sergei Golubchik [ 2022-02-13 ] |
|
I cannot repeat it with 10.4.24 and your cmake command line. I can repeat if I use -DBUILD_SHARED_LIBS=ON, and I'll make the build to not depend on that. But, basically, just don't specify -DBUILD_SHARED_LIBS=ON and you'll be fine. Use your command line as you've specified in the description, that'll do. |