[MXS-2549] prelink can corrupt maxctrl Created: 2019-06-07 Updated: 2020-12-08 Resolved: 2019-07-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | init script |
| Affects Version/s: | 2.3 |
| Fix Version/s: | 2.3.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-84 |
| Description |
|
Prelink run sceduled on some OS, like red hat, To reproduce: Install maxscale (yum or apt-get) install prelink (yum or apt-get) sudo /usr/sbin/prelink /usr/bin/maxctrl Afterwards maxctrl not work anymore.
or
Workaround: add -b /usr/bin/maxctrl |
| Comments |
| Comment by markus makela [ 2019-06-08 ] |
|
MaxScale should probably install a file into /etc/prelink.conf.d/ to prevent it. |
| Comment by markus makela [ 2019-07-02 ] |
|
Did you reinstall MaxScale after adding that file? The maxctrl executable will be corrupted and can only be fixed by a reinstallation of the package. |