Hi,
I'm getting the following error, when viewing the bandwidth in CPanel.
How do I install this?PHP Code:RRDTOOL is missing, please install rrdtool with a prefix of /usr/local/cpanel/3rdparty!
Thanks
Hi,
I'm getting the following error, when viewing the bandwidth in CPanel.
How do I install this?PHP Code:RRDTOOL is missing, please install rrdtool with a prefix of /usr/local/cpanel/3rdparty!
Thanks
This should do the trick:
cd /root
rm -rf rrdtool*
wget http://people.ee.ethz.ch/~oetiker/we...rrdtool.tar.gz
tar zxvf rrdtool.tar.gz
cd rrdtool-*
./configure --prefix=/usr/local/cpanel/3rdparty
make
make install
make site-perl-install
cd ../
rm -rf rrdtool*
Regards,
Simon.
Last edited by AQHost; 10-14-2004 at 02:53 PM.
Thank youOriginally Posted by AQHost
![]()
Did it work for you?
Yes it did.Originally Posted by Infopro
I got this as an error when i ran the line:
./configure --prefix=/usr/local/cpanel/3rdparty
configure:warning
------------------------------------------------------------
i found a copy of pkgconfig, but there is no cgilib.pc file around.
you may want to set the PKG_CONFIG_PATH variable to point to it's location.
------------------------------------------------------------
configure:warning
------------------------------------------------------------
i could not find a working copy of cgilib. check config.log for hints on why
this is the case. maybe you need to set LDFLAGS and CPPFLAGS appropriately
so that the complier and the linker can find libcgi and its header files. if you have not installed cgilib, you can get it either from its original home on http://www.infodrom.org/projects/cgilib
You can find also find an archive copy on
http://people.ee.ethz.ch/~oetiker/we...dtool/pub/libs
The last tested version of cgilib is 0.5.
LIBS=-lfreetype -lpng -lz -lm
LDFLAGS=
CPPFLAGS= -I/usr/include/freetype2
----------------------------------------------------------------------------
Did you try running:
/scripts/rrdtoolinstall
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
just did.......
i got this at the end of the install....
.libs/pngsize.cc:388:1217: warning: no newline at end of file
make[1]: *** [librrd.la] Error 1
make[1]: Leaving directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/src'
make: *** [install-recursive] Error 1
root@dallas1 [~]#
i am having same problems ?
rocgan did you resolve problem ?
This trick it's good.
Any solutions for personal probelmas.
When any error during compiling, go to pm.pbone.net for local rpm package that include library missing. After install with yum.
After, can comment /usr/local/cpanel/bin/rrdtoolcheck beacuse cpanel check for older version.
it's incredible but this bug get more that 2 months and technicians of Cpanel not resolve.
Expensive panel, bad suppport
Another add --enable-shared on configure