Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rrdtool deps missing #4

Open
jflemer-ndp opened this issue Feb 3, 2013 · 1 comment
Open

rrdtool deps missing #4

jflemer-ndp opened this issue Feb 3, 2013 · 1 comment

Comments

@jflemer-ndp
Copy link

On a very bare CentOS 6.3 install:

Checking RRDtool version >= 1.4.7:
rrdtool: error while loading shared libraries: libpixman-1.so.0: cannot open shared object file: No such file or directory
[FAIL]
Error: unable to determine your RRDtool version. Please confirm that RRDtool (version >= 1.4.7) is installed.

Seems like the (rpmforge-extra) rrdtool deps are broken.

To fix, need to manually install pixman and libXau (both from base CentOS repo):

yum install -y pixman libXau

It wouldn't hurt if autodeploy script ran the command above, and would certainly help in the case of very bare systems.

Note, this is with the 4.2.3 tagged version of core-autodeploy.

@jflemer-ndp
Copy link
Author

Here is the state (from yum list) after installing the missing packages:

libXau.x86_64                          1.0.5-1.el6                      @base
perl-rrdtool.x86_64                    1.4.7-1.el6.rfx                  @rpmforge-extras
pixman.x86_64                          0.18.4-1.el6_0.1                 @base
rrdtool.x86_64                         1.4.7-1.el6.rfx                  @rpmforge-extras

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant