Project

General

Profile

Actions

Bug #2644

closed

Building rudder-agent fails as it cannot find Compress::Raw perl libraries

Added by Michael Gliwinski almost 12 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
2
Assignee:
Matthieu CERDA
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

Basically rpmbuild -ba SPECS/rudder-agent.spec failed as it was trying to install IO-Compress, before Compress::Raw::Bzip2 and Compress::Raw::Zlib were installed.

The solution was to add

installMod "Compress::Raw::Bzip2" 
installMod "Compress::Raw::Zlib" 

before the line installMod "Compress::Zlib" "IO-Compress" in rudder-packages/rudder-agent/SOURCES/perl-prepare.sh

This is on master branch (I think).

Actions

Also available in: Atom PDF