Bug #3362
closedpackage pcre is not listed as dependency on centos 5.9 package
Description
on a newly installed centos 5.9 (netinstall with minimal packages), rudder-agent rudder-agent-2.4.3.-1.EL.5) fails to start with following error:
/var/rudder/cfengine-community/bin/cf-serverd: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory
after installation of package pcre, rudder-agent is running file
Updated by Jonathan CLARKE over 11 years ago
That's weird, "pcre" is definitely specified as a rudder-agent dependency, as shown here: https://github.com/Normation/rudder-packages/blob/master/rudder-agent/SPECS/rudder-agent.spec#L76.
Following our discussion on IRC, "rpm -qaR rudder-agent" shows that 'pcre' is indeed listed as a required package.
I'm guessing that the package manager screwed up somehow - did you see any error messages when installing rudder-agent or pcre?
Updated by Matthieu CERDA over 11 years ago
- Status changed from New to Rejected
- Assignee set to Matthieu CERDA
- Priority changed from N/A to 1 (highest)
- % Done changed from 0 to 100
- pcre is indeed required by rudder-agent
- trying to remove pcre on a Centos 6 64 bits machine threatens to screw my system so bad I think it is really an important part of it already
- a new install on a test machine successfully finishes.
I think that your netinstall misses some components somehow... try to "yum clean all" before doing anything else !
Please, open a new issue if you notice this issue again !
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging