in reply to Seeking advice re installing RRDTool::OO

Is this still using the OS tools?

Have you tried just downloading it by hand and running:

perl MakeFile.PL make make test make install

And still getting the same errors?

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re^2: Seeking advice re installing RRDTool::OO
by blazar (Canon) on Jul 05, 2005 at 13:28 UTC
    No, I meant that I did
    $ sudo emerge net-analyzer/rrdtool $ sudo perl -MCPAN -e shell
    in one case, and everything went like a charm, and
    $ sudo apt-get install rrdtool $ sudo perl -MCPAN -e shell
    in the other one, and I couldn't get it to work.

    Of course I'm also trying to install it manually, but as tphyahoo pointed out at Re: Seeking advice re installing RRDTool::OO, I guess that in fact the problem is due to the absence of the RRDs module, although it should be there...