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

Also available in: Atom PDF