[MXS-2133] libmysqlauth dependency failure with gdb when upgrading 2.2 Created: 2018-11-01 Updated: 2018-12-11 Resolved: 2018-12-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Authenticator |
| Affects Version/s: | 2.2.15 |
| Fix Version/s: | 2.2.15 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kyle Joiner (Inactive) | Assignee: | Timofey Turenko |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL 7.5 |
||
| Sprint: | MXS-SPRINT-70, MXS-SPRINT-71 |
| Description |
|
When upgrading from 2.2.13 to 2.2.15 via YUM, gdb complains of a dependency problem with libmysqlauth: warning: .dynamic section for "/usr/lib64/maxscale/libmysqlauth.so.1.0.0" is not at the expected address (wrong library or version mismatch?) Fresh install of 2.2.15 does not have the problem. |
| Comments |
| Comment by Timofey Turenko [ 2018-12-11 ] |
|
can't reproduce. what is exact scenario? I tried to install first 2.2.13 from http://max-tst-01.mariadb.com/ci-repository/maxscale-2.2.13-release/mariadb-maxscale/centos/7/x86_64/, then changed repo to http://max-tst-01.mariadb.com/ci-repository/maxscale-2.2.15-release/mariadb-maxscale/centos/7/x86_64/, run yum update maxscale and tried to run "gdb maxscale" and start Maxscale inside of gdb. No library error. |