Alan McKay napsal(a):
> OK, I got rrdtool, rrdtool-devel, and perl-rrdtool downgraded to
> 1.3.8, and munin put back in place OK.  And still the same error as
> the previous one I reported :
> 
> [r...@rcadmin:~/nf/nfsen-1.3.3]# ./install.pl etc/nfsen.conf
> Check for required Perl modules: All modules found.
> Setup NfSen:
> Version: 1.3.3: $Id: install.pl 24 2007-11-21 09:12:03Z phaag $
> 
> Perl to use: [/usr/bin/perl]
> Setup php and html files.
> Undefined subroutine &main::make_path called at ./install.pl line 328,
> <STDIN> line 1.

That's interesting. When I was installing nfsen-1.3.2 I did the following:

1) installed yum-allowdowngrade:
#> yum install yum-allowdowngrade

2) enabled yum to allow downgrades:
#> vim /etc/yum.conf
# show all available packages, not just latest
showdupesfromrepos=1

3) removed the newer version:
#> yum remove rrdtool rrdtool-devel perl-rrdtool

4) reinstalled the older package by using the specific package version number
#> yum --allow-downgrade install rrdtool-1.3.8 perl-rrdtool-1.3.8
rrdtool-devel-1.3.8

5) disabled showdupesfromrepos and exclude packages from being updated:

#> vim /etc/yum.conf
 # do not show all available packages, just latest
 showdupesfromrepos=0
 # exclude packages from updated
 exclude=rrdtool rrdtool-devel perl-rrdtool

And everything is OK.

Tomas

> 
> 
> 
> 


-- 
Tomas Plesnik                                       ples...@ics.muni.cz
CSIRT-MU, Network Security Department          http://www.muni.cz/csirt
Institute of Computer Science, Masaryk University, Brno, Czech Republic
PGP key ID: 0x9D3722F3






Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Nfdump-discuss mailing list
Nfdump-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfdump-discuss

Reply via email to