LINUX.ORG.RU
ФорумAdmin

SpamAssasin проблемма с установкой


0

0

День добрый, ПОявилось желание прикрутить к Sendmail СпамАссасин (по умолчанию я его поставил сразу с установкой RH9) но после установки в его комплектации не оказалось утилиты которой нужно скармливать письма дял обучений (может и еще чего) попробовал ставить из tar при установке по инстукции сперва поставил ему все перл приложения но вовремя установке выдается такой лог (приведен ниже) при этом HTML::Parser был установлен ранее с самим линуксом.

perl Makefile.PL What email address or URL should be used in the suspected-spam report text for users who want more information on your filter installation? (In particular, ISPs should change this to a local Postmaster contact) default text: [the administrator of that system] root@enerpred.com

NOTE: settings for "make test" are now controlled using "t/config.dist". See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

*************************************************************************** ERROR: the required HTML::Parser (version 3.43) module is installed, but is not an up-to-date version. at lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 293, <STDIN> line 1.

HTML is used for an ever-increasing amount of email so this dependency is unavoidable. Run "perldoc -q html" for additional information.

*************************************************************************** NOTE: the optional DB_File module is not installed.

Used to store data on-disk, for the Bayes-style logic and auto-whitelist. *Much* more efficient than the other standard Perl database packages. Strongly recommended.

*************************************************************************** NOTE: the optional Mail::SPF module is not installed.

Used to check DNS Sender Policy Framework (SPF) records to fight email address forgery and make it easier to identify spams. (This is preferred over Mail::SPF::Query.)

*************************************************************************** NOTE: the optional Mail::SPF::Query module is not installed.

Used to check DNS Sender Policy Framework (SPF) records to fight email address forgery and make it easier to identify spams. (Mail::SPF is preferred instead of this module.)

*************************************************************************** NOTE: the optional IP::Country module is not installed.

Used by the RelayCountry plugin (not enabled by default) to determine the domain country codes of each relay in the path of an email.

*************************************************************************** NOTE: the optional Razor2 (version 2.61) module is not installed.

Used to check message signatures against Vipul's Razor collaborative filtering network. Razor has a large number of dependencies on CPAN modules. Feel free to skip installing it, if this makes you nervous; SpamAssassin will still work well without it.

More info on installing and using Razor can be found at http://wiki.apache.org/spamassassin/InstallingRazor .

*************************************************************************** NOTE: the optional Net::Ident module is not installed.

If you plan to use the --auth-ident option to spamd, you will need to install this module.

*************************************************************************** NOTE: the optional IO::Socket::INET6 module is not installed.

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::DomainKeys module is not installed.

If this module is installed, and you enable the DomainKeys plugin, SpamAssassin will perform Domain Key lookups when Domain Key information is present in the message headers. (Note that new versions of Mail::DKIM render this module superfluous.)

*************************************************************************** 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 DBI module is not installed.

If you intend to use SpamAssassin with an SQL database backend for user configuration data, Bayes storage, or other storage, you will need to have these installed; both the basic DBI module and the driver for your database.

*************************************************************************** NOTE: the optional Archive::Tar (version 1.23) module is not installed.

The "sa-update" script requires this module to access tar update archive files.

*************************************************************************** NOTE: the optional IO::Zlib (version 1.04) module is not installed.

The "sa-update" script requires this module to access compressed update archive files.

*************************************************************************** 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: DB_File optional module missing: Mail::SPF optional module missing: Mail::SPF::Query 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::DomainKeys optional module missing: Mail::DKIM optional module missing: DBI optional module missing: Archive::Tar optional module missing: IO::Zlib optional module missing: Encode::Detect

warning: some functionality may not be available, please read the above report before continuing!


Ответ на: комментарий от victorb

В объщем и  целом  это  я  уловил (во всех  документациях  так и  подсказанно) собственно я  запустил cpan  и пояснил что  инсталю антиспам,  он прогнал  установку  модулей,  пару  раз  задал вопросы,и   без ошибок сказал  что все  закончено,  но  попрежнему  такая  табличка.
предположил  что можно поставить самому, и  установил  рекомендуемые  модули руками,  поставилось все  кроме  того на котором  ругается html-parse
В rpm   он  видите ли  старая версия,  а из  tar 
пишет
perl Makefile.PL
Writing Makefile for HTML::Parser
[root@gate HTML-Parser-3.56]# make
gcc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g   -DVERSION=\"3.56\" -DXS_VERSION=\"3.56\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE"  -DMARKED_SECTION Parser.c
Parser.xs: In function `dup_pstate':
Parser.xs:290: `CLONEf_JOIN_IN' undeclared (first use in this function)
Parser.xs:290: (Each undeclared identifier is reported only once
Parser.xs:290: for each function it appears in.)
make: *** [Parser.o] Ошибка 1
 Видимо  
Parser.xs: In function `dup_pstate':
Parser.xs:290: `CLONEf_JOIN_IN' undeclared (first use in this function)
Parser.xs:290: (Each undeclared identifier is reported only once
Parser.xs:290: for each function it appears in.)
make: *** [Parser.o] Ошибка 1
это что  то  значит :)   как  это решить ? 

Koran
() автор топика
Ответ на: комментарий от Koran

нестал брать этот пакет ни какой версии кроме 43 но все же поставился, теперь говорит что нет pod2man :) Чего он сразу не скажет чго ему нужно.

Что это pod2man с сайта http://search.cpan.org понаставил всего pod2man всеравно просит не дает make сделать :)

Koran
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.