[qmailtoaster] failed installing spamassassin

2015-11-15 Thread Rajesh M
hi

centos 6 - 64 bit
qmailtoaster latest version

i downloaded spamassassin-3.4.1-0.qt.el6.x86_64.rpm from
ftp://ftp.whitehorsetc.com/pub/qmail/CentOS6/qmt/srpms/spamassassin-3.4.1-0.qt.src.rpm

rpm -Uvh /root/rpmbuild/RPMS/x86_64/spamassassin-3.4.1-0.qt.el6.x86_64.rpm

error: Failed dependencies:
perl(Mail::DomainKeys) is needed by spamassassin-3.4.1-0.qt.el6.x86_64
perl(Mail::SPF::Query) is needed by spamassassin-3.4.1-0.qt.el6.x86_64

i downloaded these modules from cpan and tried to install these but make test 
fails in both cases

i went ahead with a "make install" which

however i am still getting error concerning Failed dependencies: when i try to 
run
rpm -Uvh /root/rpmbuild/RPMS/x86_64/spamassassin-3.4.1-0.qt.el6.x86_64.rpm

help required please

thanks
rajesh



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Re: [qmailtoaster] failed installing spamassassin

2015-11-15 Thread NoriyukiHayashi
Hi,

You need perl-Mail-Domainkeys.rpm and Perl-Mail-SPF-Query.rpm
I do not know which is noarch or x86_64.
Dependencies will check rpm.
Or
rpm -ivh --nodeps 
can install by the way.

bye


> hi
> 
> centos 6 - 64 bit
> qmailtoaster latest version
> 
> i downloaded spamassassin-3.4.1-0.qt.el6.x86_64.rpm from 
> ftp://ftp.whitehorsetc.com/pub/qmail/CentOS6/qmt/srpms/spamassassin-3.4.1-0.qt.src.rpm
> 
> rpm -Uvh /root/rpmbuild/RPMS/x86_64/spamassassin-3.4.1-0.qt.el6.x86_64.rpm
> 
> error: Failed dependencies:
> perl(Mail::DomainKeys) is needed by spamassassin-3.4.1-0.qt.el6.x86_64
> perl(Mail::SPF::Query) is needed by spamassassin-3.4.1-0.qt.el6.x86_64
> 
> i downloaded these modules from cpan and tried to install these but make test 
> fails in both cases
> 
> i went ahead with a "make install" which
> 
> however i am still getting error concerning Failed dependencies: when i try 
> to run
> rpm -Uvh /root/rpmbuild/RPMS/x86_64/spamassassin-3.4.1-0.qt.el6.x86_64.rpm
> 
> help required please
> 
> thanks
> rajesh
> 
> 
> 
> 
> 
--
NoriyukiHayashi ibisMailで送信!

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] failed installing spamassassin

2015-11-15 Thread Eric Broch
Rajesh,

Enable rpmforge for CentOS 6 here:
http://www.tecmint.com/enable-rpmforge-repository/, if its not already
installed,

Next:

# yum install perl-Mail-DomainKeys perl-Mail-SPF-Query

EricB


On 11/15/2015 5:47 PM, Rajesh M wrote:
> hi
>
> centos 6 - 64 bit
> qmailtoaster latest version
>
> i downloaded spamassassin-3.4.1-0.qt.el6.x86_64.rpm from 
> ftp://ftp.whitehorsetc.com/pub/qmail/CentOS6/qmt/srpms/spamassassin-3.4.1-0.qt.src.rpm
>
> rpm -Uvh /root/rpmbuild/RPMS/x86_64/spamassassin-3.4.1-0.qt.el6.x86_64.rpm
>
> error: Failed dependencies:
> perl(Mail::DomainKeys) is needed by spamassassin-3.4.1-0.qt.el6.x86_64
> perl(Mail::SPF::Query) is needed by spamassassin-3.4.1-0.qt.el6.x86_64
>
> i downloaded these modules from cpan and tried to install these but make test 
> fails in both cases
>
> i went ahead with a "make install" which
>
> however i am still getting error concerning Failed dependencies: when i try 
> to run
> rpm -Uvh /root/rpmbuild/RPMS/x86_64/spamassassin-3.4.1-0.qt.el6.x86_64.rpm
>
> help required please
>
> thanks
> rajesh
>
>
>
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com