Hi, On Wed, 04 Jun 2003 14:01:05 +0200 "Olivier Studer" <[EMAIL PROTECTED]> wrote:
> Hello, > > I need all step to install spamassassin on a server SUN Solaris 8? It's easy but requires a little reading and preparation: 1. RTFM. Download Mail-SpamAssassin-2.55.tar.gz, unpack, and read README, INSTALL, and USAGE. 2. If you haven't done so already, either: 2.a. Fix Sun's version of perl to use the C compiler you have installed. Few people have Sun's C compiler, most use gcc, and Sun's perl will have difficulty compiling some modules because it's set to use the Sun compiler. See http://www.cynistar.net/~apthorpe/code/configuring_cpan.html for details on modifying /usr/perl5/<perl_version>/<arch>/Config.pm. 2.b. Install a fresh version of perl using the locally-installed compiler. 3. Optionally, configure CPAN to simplify module installation. See http://www.cynistar.net/~apthorpe/code/configuring_cpan.html for details. 4. Download and install the prerequisite modules (most of these are already installed or will be installed for you if you use CPAN to install SpamAssassin - see step 5.) ExtUtils::MakeMaker File::Spec Pod::Usage HTML::Parser Sys::Syslog DB_File Net::DNS 5. Install SpamAssassin. From INSTALL: Installing SpamAssassin ----------------------- The easiest way to do this is using CPAN.pm, like so: perl -MCPAN -e shell [as root] o conf prerequisites_policy ask install Mail::SpamAssassin quit 6. Test. Read USAGE. Have fun. hth, -- Bob Apthorpe ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk