User story #2437
closedRudder server packages for CentOS/RHEL 5
Description
The rudder-inventory-ldap package does not build correctly on CentOS/RHEL 5 because of the fact that the system libdb is not compatible with slapd ( libdb 2.4 ).
We need to use our own version of Berkeley DB and install it along with the rudder-inventory-ldap package.
We should use the LDAP ToolBox project BDB RPM, and build our package with the following export before the ./configure:
export CPPFLAGS="-I/usr/local/berkeleydb/include" export LDFLAGS="-L/usr/local/berkeleydb/lib"
Updated by Jonathan CLARKE over 12 years ago
Nicolas PERRON wrote:
Isn't it the same bug as #2436 ?
It's the same problem, but this bug is more precise so I will mark the other one as duplicate.
Updated by Jonathan CLARKE over 12 years ago
- Tracker changed from Bug to User story
- Subject changed from The rudder-inventory-ldap package does not build correctly on CentOS/RHEL 5 to Rudder server packages for CentOS/RHEL 5
- Priority changed from 2 to 5 (lowest)
- Target version changed from 2.4.0~alpha7 to Ideas (not version specific)
I'm modifying this ticket to be a user story, and moving to a non specific version. Supporting RHEL/CentOS 5 for Rudder server is not high on our list of priorities (the agent works fine, however), but if someone wants to pick this up, they're welcome!
Updated by Jonathan CLARKE almost 12 years ago
- Status changed from New to Rejected
Closing this since RHEL/CentOS 5 is quite old now, and it's unlikely we really need to support the Rudder server on it. Don't forget, the agent works fine on RHEL/CentOS 5.
Updated by Nicolas PERRON almost 12 years ago
- Project changed from Rudder to 34
- Category deleted (
11)
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging