Project

General

Profile

Actions

User story #2437

closed

Rudder server packages for CentOS/RHEL 5

Added by Matthieu CERDA about 12 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
5
Assignee:
-
Category:
Packaging
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

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" 

Related issues 1 (0 open1 closed)

Has duplicate Rudder - Bug #2436: Rudder packages are built for CentOS 6 but this CentOS 5 is still failing.RejectedNicolas PERRON2012-04-12Actions
Actions #1

Updated by Matthieu CERDA about 12 years ago

  • Assignee deleted (Jonathan CLARKE)
Actions #2

Updated by Nicolas PERRON about 12 years ago

Isn't it the same bug as #2436 ?

Actions #3

Updated by Jonathan CLARKE about 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.

Actions #4

Updated by Jonathan CLARKE almost 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
  • 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!

Actions #5

Updated by Jonathan CLARKE about 11 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.

Actions #6

Updated by Nicolas PERRON about 11 years ago

  • Project changed from Rudder to 34
  • Category deleted (11)
Actions #7

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions

Also available in: Atom PDF