Обсуждение: PostgreSQL and Munin

Поиск
Список
Период
Сортировка

PostgreSQL and Munin

От
DANTE Alexandra
Дата:
Hello List,

I work with PostgreSQL 8.1.3 on an IA64 server with Red Hat Enterprise
Linux 4 AS and I try to install Munin 1.2.4.
To do that, I downloaded these RPM from Sourceforge :
- munin-1.2.4-8rhel4.noarch.rpm
-munin-node-1.2.4-8rhel4.noarch.rpm
and "munin-plugins-postgresql-0.3.tar.tar" from dalibo's web site.

Then, when I try to install the RPM for Munin, I've got this "normal"
error :
[root@bt1 Munin]# rpm -ivh munin-1.2.4-8rhel4.noarch.rpm
error: Failed dependencies:
        perl(HTML::Template) is needed by munin-1.2.4-8rhel4.noarch
        perl(RRDs) is needed by munin-1.2.4-8rhel4.noarch
        perl-HTML-Template is needed by munin-1.2.4-8rhel4.noarch
        perl-Net-Server is needed by munin-1.2.4-8rhel4.noarch
        rrdtool is needed by munin-1.2.4-8rhel4.noarch
as theses RPM are not installed in my server.

My problem is that I have not found any RPM for "perl-rrdtool" and
"rrdtool" for IA64 and RHEL4-AS (for the others, it's OK).
Does someone know where I can find them or tell me where I can find the
associated "tar.gz" archive ?

Thank you for your help.
Regards,
Alexandra




Re: PostgreSQL and Munin

От
"Robin Ericsson"
Дата:
On 10/19/06, DANTE Alexandra <Alexandra.Dante@bull.net> wrote:

> My problem is that I have not found any RPM for "perl-rrdtool" and
> "rrdtool" for IA64 and RHEL4-AS (for the others, it's OK).
> Does someone know where I can find them or tell me where I can find the
> associated "tar.gz" archive ?

Download the source rpms and build them yourself?

--
        regards,
        Robin

Re: PostgreSQL and Munin

От
DANTE Alexandra
Дата:
Hello Robin, hello List,

I have also spent "several minutes" searching the src.rpm, but the only
rpm source that I found was for Fedora Core...
For example, in the site
http://rpm.pbone.net/index.php3/stat/4/idpl/2919466/com/perl-rrdtool-1.2.13-1.fc3.rf.x86_64.rpm.html,
the rpm source available is : "rrdtool-1.2.13-1.fc3.rf.src.rpm".
</index.php3/stat/3/srodzaj/2/search/rrdtool-1.2.13-1.fc3.rf.src.rpm>

Can I use it on RHEL4-AS ? I also tried to find the rpm sources on the
Red Hat web site, without success...
</index.php3/stat/3/srodzaj/2/search/rrdtool-1.2.13-1.fc3.rf.src.rpm>

Thanks,
Alexandra

Robin Ericsson wrote:

> On 10/19/06, DANTE Alexandra <Alexandra.Dante@bull.net> wrote:
>
>> My problem is that I have not found any RPM for "perl-rrdtool" and
>> "rrdtool" for IA64 and RHEL4-AS (for the others, it's OK).
>> Does someone know where I can find them or tell me where I can find the
>> associated "tar.gz" archive ?
>
>
> Download the source rpms and build them yourself?
>


Re: PostgreSQL and Munin

От
"Robin Ericsson"
Дата:
On 10/19/06, DANTE Alexandra <Alexandra.Dante@bull.net> wrote:
> Hello Robin, hello List,
>
> Can I use it on RHEL4-AS ? I also tried to find the rpm sources on the
> Red Hat web site, without success...
> </index.php3/stat/3/srodzaj/2/search/rrdtool-1.2.13-1.fc3.rf.src.rpm>

Download the source and try. rpmbuild --rebuild *.src.rpm. If it
doesn't work at least you have .spec file you can use to tweak it to
work.

--
        regards,
        Robin