I'm trying to install swatch using rpmbuild.
I'm getting dependency errors saying that I need perl(Date::Calc), perl(Date::Format), and perl(File::Tail).
I've been beaten over the head in this group for using CPAN. So methodology do I use to I install those modules? === Al
On Wed, Sep 24, 2008 at 15:16, Al Sparks data345@yahoo.com wrote:
I'm getting dependency errors saying that I need perl(Date::Calc), perl(Date::Format), and perl(File::Tail).
I've been beaten over the head in this group for using CPAN. So methodology do I use to I install those modules?
Two of them are here:
http://dag.wieers.com/rpm/packages/perl-File-Tail/ http://dag.wieers.com/rpm/packages/perl-Date-Calc/
HTH, Filipe
On Wed, Sep 24, 2008 at 12:25 PM, Filipe Brandenburger filbranden@gmail.com wrote:
On Wed, Sep 24, 2008 at 15:16, Al Sparks data345@yahoo.com wrote:
I'm getting dependency errors saying that I need perl(Date::Calc), perl(Date::Format), and perl(File::Tail).
I've been beaten over the head in this group for using CPAN. So methodology do I use to I install those modules?
Two of them are here:
http://dag.wieers.com/rpm/packages/perl-File-Tail/ http://dag.wieers.com/rpm/packages/perl-Date-Calc/
yum provides "perl(Date::Format)" returned:
perl-TimeDate.noarch : A Perl module for time and date manipulation
Then 'yum list perl-TimeDate.noarch' returned:
Available Packages perl-TimeDate.noarch 1:1.16-5.el5 base
Hope this helps,
Akemi
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Al Sparks Sent: Wednesday, September 24, 2008 3:17 PM To: Centos List Subject: [CentOS] Installing perl modules using yum?
I'm trying to install swatch using rpmbuild.
I'm getting dependency errors saying that I need perl(Date::Calc), perl(Date::Format), and perl(File::Tail).
I've been beaten over the head in this group for using CPAN. So methodology do I use to I install those modules? === Al ------------------------------------------------------ JohnStanley Writes:
Check out the rpmforge repo for the Perl Modules. There is many of them there already built.
JohnStanley