SpamAssassin - Install Error!

Migdiradmin

Verified User
Joined
Jan 5, 2020
Messages
158
DirectAdmin is a fight to install things :(
CPanel you can install everything without errors to resolve, here....

After try to install SpamAssansin from costum build show this errors:
Code:
If needed, use cpan to install the missing modules, eg:
  cpan -i Archive::Tar Digest::SHA Mail::SPF IP::Country Net::Ident IO::Socket::INET6 Compress::Zlib Mail::DKIM LWP::UserAgent HTTP::Date Encode::Detect ExtUtils::MakeMaker NetAddr::IP Mail::SpamAssassin::Plugin::Razor2 Razor2::Client::Agent IO::Socket::SSL DBI

Press enter to answer [yes] if it asks you to install dependencies (it will prepend them to the queue)
Answer no if it asks: Are you ready for manual configuration? [yes] no

After try to install some dependencies
Yum install cpan re2c

Tried again to install by costumbuild
Code:
Trying to make SpamAssassin...
make: *** No targets specified and no makefile found. Stop.
If needed, use cpan to install the missing modules, eg:
cpan -i
Archive::Tar
Digest::SHA
Mail::SPF
IP::Country
Net::Ident
IO::Socket::INET6
Compress::Zlib
Mail::DKIM
LWP::UserAgent
HTTP::Date Encode::Detect ExtUtils::MakeMaker
Press enter to answer [yes] if it asks you to install dependencies (it will prepend them to the queue)
Answer no if it asks: Are you ready for manual configuration? [yes] no

So the Solution is run
Code:
yum install spamassassin -y && yum erase spamassassin -y

And now you can go to the custombuild to build without errors... ;)
 
But sems to many thing to just install SpamAssassin in cpanel with one click is instaled, the costumbuild have to be better!
I agree, dependencies shouldn't be a step. Options should be available for features, and each feature should ensure the required dependencies are installed I think.
 
Back
Top