When compiling ganglia it failed because there was no sysconfig directory specified. You will need to create this directory and specify it in the ganglia configure command.
mkdir /etc/ganglia
Reconfigure the ganglia source code again with the sysconfigdir parameter in the command
./configure --sysconfdir=/etc/ganglia
Once the ganglia configure completes successfully then proceed to “make” and “make install”.
Leave a Reply
You must be logged in to post a comment.