Jędrzej Nowak dijo [Fri, May 07, 2010 at 01:08:16PM +0200]: > > ERROR: opening '/var/lib/cherokee/graphs/vserver_default.rrd': > > > > braniac:/usr/lib/cherokee# ls -la /var/lib/c > > cacti/ common-lisp-controller/ cvs/ > > > > braniac:/usr/lib# cd c > > caca/ cherokee/ codecs/ common-lisp/ > > coreutils/ crt1.o crtn.o cups/ > > cgi-bin/ clisp-2.48/ cogito/ compat-ld/ > > crt0-efi-ia32.o crti.o cruft/ > > > > braniac:/usr/lib# dpkg -l | grep cherokee > > ii cherokee 0.99.49-1 > > Very fast, flexible and easy to configure we > > ii libcherokee-base0 0.99.49-1 > > Cherokee web server - Base libraries > > ii libcherokee-client0 0.99.49-1 > > Cherokee web server - Client libraries > > ii libcherokee-config0 0.99.49-1 > > Cherokee web server - Configuration librarie > > ii libcherokee-server0 0.99.49-1 > > Cherokee web server - Server libraries > > > > > > braniac:/usr/lib# apt-get install libcherokee-mod-rrd > > > > Now it works. You shouldn't be able to enable the RRD graphing if you don't > > have the module for it :( > > Install the rrdtools in your system. > > apt-get install rrdtools-dev or something :)
What (I understand that) Alejandro says here is that, while Cherokee's dependences are correct, Cherokee does not recognize it is lacking one of its optional components. What do I mean? Cherokee has an optional relation on the RRD Cherolee component (i.e. libcherokee-mod-rrd is in Cherokee's "suggests" rather than "depends"); libcherokee-mod-rrd does properly depend on rrdtool (i.e. by installing libcherokee-mod-rrd, rrdtool will be installed). However, when installing Cherokee without libcherokee-mod-rrd (i.e. on a device where installation space is a premium), cherokee-admin's interface still displays the links for showing the RRD graphs - And I don't know whether it also displays errors in regular operation, that will be for Alejandro to describe. -- Gunnar Wolf • [email protected] • (+52-55)5623-0154 / 1451-2244 _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
