Hi,

On Thu, 18 Sep 2003 12:55:46 +0000 "Muhannad Tamemi" <[EMAIL PROTECTED]> wrote:
> From: "Chr. von Stuckrad" <[EMAIL PROTECTED]>
> >
> >On Thu, Sep 18, 2003 at 09:38:53AM +0000, Muhannad Tamemi wrote:
> > > Dear All ,
> > >
> > > Kindly note that am new to spammassassin ..
> > >
> > > I have Sun Solaries 7 , sparc4 , mail server machine with sendmail 8.9.3
> > > ... i have many problems with Spam emails .
> > >
> > > I need to know and make sure before i start , does spammassassin work 
> > > with, solaries7 , sparc4 server and sendmail 8.9.3 ???
> >
> >In Principle yes!  But I think you will have to install
> >a local Vrsion of the newer 'perl' (5.8) instead of the
> >older SUN-Version (5.6.*).
> >
> >Since I did that, I had no problems with SA (and razor)
> >[BUT I use it on Sol8 and Sol9, so this is not absolutely
> >  sure to work. On the other hand we had no real differences
> >  between the last three Solaris'es, just to recompile for '9']
> >
> >Stucki
> 
> Thanks for answering .
> again please i need to be sure of sendmail version , i have sendmail 8.9.3 , 
> does it work ??!!
> 
> i executed command ( perl -v ) and i got this output :
> 
> $ perl -v
> $ This is perl, v5.8.0 built for sun4-solaris
> 
> so i have perl 5.8.0 which work with spam assassin right ???

Yes, though if it's the version of perl that came with Solaris (not one
you compiled yourself or installed from sunfreeware.com) you may have
problems installing other required perl modules. Test this by manually
installing a perl module like Digest::MD5 or Storable with the standard
(unpack/perl Makefile.PL/make/make test/make install) method. If that
fails, you have two solutions:

1) Fix Sun's version of perl by telling it to use the C compiler
installed on the machine (usually gcc) rather than Sun's C compiler
(costs money, probably not installed.) Verify you have a working C
compiler installed; if not, get gcc and associated tools from
sunfreeware.com. Then read
http://www.cynistar.net/~apthorpe/xcit/doclets/configuring_cpan.html and
modify your perl libraries accordingly. It's not difficult.

-- or --

2) Install a new, funcational version of perl. You can get perl, gcc,
and other tools at sunfreeware.com and install perl from a package.
Probably better still is to get gcc and install perl from source. This
isn't very difficult either. Once you've done that, configure CPAN
according to
http://www.cynistar.net/~apthorpe/xcit/doclets/configuring_cpan.html

Then you can use

perl -MCPAN -e shell
 install Mail::SpamAssassin

and it should download and install very easily, including all the
prerequisite modules.

hth,

-- Bob


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to