Actions
Architecture #14515
closedUser story #14467: Repair and adapt AIX agent to work with 5.0 changes
Relink aix binaries with absolute path
Fix check:
Regression:
Description
AIX binaries contain library name references and a search path indicated in the first line of dump -H
However some people set LIBPATH that override this line. The loaded library is then not the expected one.
To work around this problem we can relink binaries with absolute path for libraries, they will then not be search through LIBPATH
Updated by Benoît PECCATTE over 5 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1829
Updated by Benoît PECCATTE over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|c07fbce23f19882735ad859b045e771f5ba3e646.
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.9 which was released today.
Actions