in reply to Re: Seeking advice re installing RRDTool::OO
in thread Seeking advice re installing RRDTool::OO

$ echo $SHELL /bin/bash
Also,
cpan> o conf shell shell /bin/bash

Update: All in all I think it all boils down to

$ perl -MRRDs -e1
on the Gentoo machine, and
$ perl -MRRDs -e1 Can't locate RRDs.pm in @INC (@INC contains: /etc/perl /usr/local/lib/ +perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl +5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .). BEGIN failed--compilation aborted.
on the debian one. So this may not be strictly a Perl question, but a Debian package installation one. Any idea would be welcome. Madly searching for info over Google in the meantime...