RE: Installation issues

2006-07-05 Thread Bowie Bailey
Reginaldo Bray Mendoza wrote:
> Hello everybody.
> 
> I have installed spamassassin 3.1.3 on redhat Linux Enterprise 3. I'm
> getting this error messages: 
> 
> spamassassin --lint returns:
> 
> [17919] warn: config: SpamAssassin failed to parse line,
> "/usr/bin/pyzor" is not valid for "pyzor_path", skipping: pyzor_path
> /usr/bin/pyzor [17919] warn: config: failed to parse line, skipping:
> dcc_path /usr/local/bin/dccproc [17919] warn: config: warning: score
> set for non-existent rule ST_m_singlesitepam [17919] warn: lint: 3
> issues detected, please rerun with debug enabled for more information
> 
> i checked the system and it seems pyzor and dccproc are not installed
> (installation did not ask for them), how can i be sure of this??.. do
> i have to install these scrpits??.. where can i find them??..  

Razor2, Pyzor, and DCC must be installed separately.  You can find
them all easily enough with a Google search.

Razor2: http://razor.sourceforge.net
Pyzor: http://pyzor.sourceforge.net
DCC: http://www.rhyolite.com/anti-spam/dcc/

Once you install and configure them, you need to uncomment the SA
modules in init.pre.

> another issue: when execute /etc/init.d/spamassassin  (start or stop,
> whatever option), it returns this message: 
> 
> [18333] warn: archive-iterator: unable to open status: No such file
> or directory. 
> 
> How can i fix this?..  eventhough these issues, spamassasin is
> working good and integrated with MailScanner. 

Not sure about that, it sounds like a problem with the init script.
Take a look at the /etc/init.d/spamassassin script and make sure all
of the paths are correct.

-- 
Bowie


Re: Installation Issues

2005-11-16 Thread Theo Van Dinter
On Wed, Nov 16, 2005 at 01:35:50AM -0500, Joey wrote:
> checking module dependencies and their versions...
> Segmentation fault
>  
> I am running SA on on a RH7.3, FC4 and RHES3 server the funny thing is the
> ONLY box it's working on is the RH7.3 which was installed via CPAN.
>  
> I get the same errors on both FC4 & RHES3
> I read through INSTALL and UPGRADE and believe  I have all additional
> required modules, but just can't get this to work...

If you're getting a segfault, you either have hardware issues (likely memory),
or your perl install is messed up.

-- 
Randomly Generated Tagline:
"No animals were harmed in this production.  Any resemblence to other
 smoking cats, real or imagined, is purely coincidental." - Richard Basile


pgpA3iRfxXuwO.pgp
Description: PGP signature


Re: Installation issues

2004-10-21 Thread Niek
Please don't hijack threads.
You break the list archives and screw up the threading in mail clients
that support threading. You did this by replying to an unrelated post,
removing the entire message body, changing the subject and typing your
new post. Please use the 'new' function of your MUA.
P.S.
Read the learn2quote url in my sig :)
Kind regards,
Niek
--
___
Read about mime:http://www.geoapps.com/nomime.shtml
Read about quoting: http://www.netmeister.org/news/learn2quote.html
Read about disclaimers: http://www.goldmark.org/jeff/stupid-disclaimers


RE: Installation issues

2004-10-21 Thread Kevin Morwood
Developement work like developing new rules?

Anyway...we're up and running without spamassassin-tools.  I need to get on 
CPAN and
pull a couple modules that it claims to need before I can install it.

Thank you so much for your help.

Now I am off to learn about storing user specific rules...and hopefully being 
able
to store those in an LDAP database.  I heard that this was supposed to be a 
feature
available in 3.0.0.  This site is all LDAP driven so being able to store rules 
there
will be very nice.

Later,
Kevin

>> -Original Message-
>> From: Kevin Morwood [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, October 21, 2004 4:32 PM
>> To: users@spamassassin.apache.org
>> Subject: RE: Installation issues
>>
>>
>> Ok...that was easy.  Never built from an RPM source before.  Not bad.
>>
>> I figured out that I needed to then find the generated RPM
>> files...and install those.
>>
>> Woohoo!  SA 3.0.0 ...here I come
>>
>> Thanks again,
>> Kevin
>
> Kevin
>
> The binaries should be somewhere like:
>
> /usr/src/redhat/RPMS/i386
>
> Unless you use the --target directive of rpmbuild to build for another
> architecture e.g. athlon. In which case they will be in:
>
> /usr/src/redhat/RPMS/athlon
>
> You get the idea.
>
> Anyway, you should end up with 2 rpms:
>
> 226223 Oct  4 23:23 spamassassin-3.0.0-1.athlon.rpm
>  95460 Oct  4 23:23 spamassassin-tools-3.0.0-1.athlon.rpm
>
> You only need install spamassassin-tools-3.0.0-1..rpm if you intend to
> do development stuff.
>
> HTH
>
> Alan
>
>




RE: Installation issues

2004-10-21 Thread Kevin Morwood
Ok...that was easy.  Never built from an RPM source before.  Not bad.

I figured out that I needed to then find the generated RPM files...and install 
those.

Woohoo!  SA 3.0.0 ...here I come

Thanks again,
Kevin

>> -Original Message-
>> From: Kevin Morwood [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, October 21, 2004 2:18 PM
>> To: users@spamassassin.apache.org
>> Subject: Installation issues
>>
>> Now, I am not able to find RPMs for 3.0.0 for RH9.  So, I
>> figured it shouldn't be
>> too hard to just build it.  Oh, how wrong can one be!
>>
> Kevin
>
> Don't give up. It is very easy.
>
> You can build the .src.rpm from the tar.gz on the SA website.
>
> Use: rpmbuild -tb Mail-Spamassassin-3.0.0.tar.gz
>
> Which may mean you need to rename the name of the download file to the
> above.
>
> Alan
>




RE: Installation issues

2004-10-21 Thread Michele Neylon :: Blacknight Solutions
Kevin Morwood wrote:
> Hello,
> 
> I am sure this issue has come up before.  I have seen mention of it
> but no resolution. 
> 
> I am trying to build/install SA 3.0.0.  I have been using SA
> since 2.1 or something really old.  The most recent I have
> installed (running currently) is 2.63.  I have been installing these
> via RPMs. 
> 
> Now, I am not able to find RPMs for 3.0.0 for RH9.  So, I
> figured it shouldn't be too hard to just build it.  Oh, how wrong can
> one be! 
> 
> Not being a Perl/CPAN expert I am lost.  When I run perl
> Makefile.PL...the resulting makefile is garbage.  I write
> software for a living and it is easy to see that this
> makefile won't build anything.  But as I said I write
> software for a living and I don't have real time to debug/fix
> this.  Since I'm sure that someone has seen this before I
> would like just a nudge in the right direction.
> 
> I have tried on both my production server and on a clean RH9.
>  I thought maybe I had messed up the Perl environment so I
> built a new one from scratch.  The end result was exactly the
> same.  I will test whatever steps on the clean machine and
> then apply the same steps to the production server.  In the
> worst case I'll end up with a new machine for handling all of our
> email (not a bad thing). 
> 
> Thanks in advance and sorry for the long post...
> 
> Kevin
When you say the makefile is garbage, do you mean it simply won't work or
what?


Mr Michele Neylon
Blacknight Internet Solutions Ltd
Hosting, co-location & domains
http://www.blacknight.ie/
Tel. +353 59 9137101



-- 
Email scanned by Blacknight for viruses and dangerous content.
Visit http://www.blacknight.ie for more information