[EMAIL PROTECTED] wrote: >> That's not enough of the log file to tell what caused the bad exit status. >> Please give us a little more, like tail -n50 perhaps, or however much it >> takes to see what initially went wrong. I don't believe an option module >> would do it. > > Oops, sorry, didn't even notice this either. I've been doing way too many > things at the same time lately. Do you need more than this or is this helpful > for a solution? It's a default QMT-ISO install, the version escapes me at > this moment. The changes I've made is to install the perl modules noted > earlier in this thread. However, they didn't seem to take now that I see this > log which means to me, based on an earlier reply, that rpm is not seeing > them. I must have used yum to install them then. I might have done this > because I was not able to resolve the many dependencies when trying to use > rpm. > > Log; > > This is required if the first nameserver listed in your IP > configuration or /etc/resolv.conf file is available only via > an IPv6 address. > > > *************************************************************************** > NOTE: the optional IO::Socket::SSL module is not installed. > > If you wish to use SSL encryption to communicate between spamc and > spamd (the --ssl option to spamd), you need to install this > module. (You will need the OpenSSL libraries and use the > ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL > compatibile spamc.) > > > *************************************************************************** > NOTE: the optional Mail::DKIM module is not installed. > > If this module is installed, and you enable the DKIM plugin, > SpamAssassin will perform DKIM lookups when a DKIM-Signature > header is present in the message headers. (New versions of this module > support both Domain Keys and DKIM, rendering Mail::DomainKeys obsolete.) > > > *************************************************************************** > NOTE: the optional Encode::Detect module is not installed. > > If you plan to use the normalize_charset config setting to detect > charsets and convert them into Unicode, you will need to install > this module. > > REQUIRED module out of date: HTML::Parser > optional module missing: Mail::SPF > optional module missing: IP::Country > optional module missing: Razor2 > optional module missing: Net::Ident > optional module missing: IO::Socket::INET6 > optional module missing: IO::Socket::SSL > optional module missing: Mail::DKIM > optional module missing: Encode::Detect > > warning: some functionality may not be available, > please read the above report before continuing! > > error: Bad exit status from /var/tmp/rpm-tmp.90483 (%build) > > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.90483 (%build) >
That's better. Here's what you need to do: .) Configure yum to access the rpmforge repo by following the instructions for your distro/version at B2 here: http://dag.wieers.com/rpm/FAQ.php#B .) use yum to install the required perl module which is missing: # yum -y install perl-HTML-Parser .) install any other optional modules you care to install, e.g.: # yum -y install perl-Mail-SPF perl-IP-Country perl-Mail-DKIM .) run qtp-newmodel, and be sure to use a fresh sandbox This should work fine for you as long as you haven't updated CPAN. Refer to earlier list posts regarding MakeMaker for details about that. -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
