Actions
Bug #5815
closedBuilding OpenSSL on AIX requires triggering slibclean before installing
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When building and installing OpenSSL on AIX, you get this:
ld: 0711-851 SEVERE ERROR: Output file: libcrypto.so.1.0.0 The file is in use and cannot be overwritten. collect2: error: ld returned 12 exit status
It is because the libcrypto.so lib is loaded into memory by AIX (optimization).
We need to trigger a "slibclean" on AIX between make and make install to prevent this, which will unload the library from memory and enable make install to overwrite it.
Updated by Matthieu CERDA almost 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-packages/pull/530
PR is ready ! https://github.com/Normation/rudder-packages/pull/530
Updated by Matthieu CERDA almost 10 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|commit:e6c7c1e5e85bcfc284e7bdae310fc5e18b411ccc.
Updated by Matthieu CERDA almost 10 years ago
Applied in changeset rudder-packages|commit:bf86acc03bd5ff4fa08d3176465c252390bf2257.
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.5, which was released today (16/12/14)
- Announcement 2.11
- Changelog 2.11
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions