Hi
 
I had this error running spamd:
 
# /usr/local/spamassassin/bin/spamd start
[16517] warn: unix dgram connect: Socket operation on non-socket at /usr/local/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Logger/Syslog.pm line 79
[16517] error: no connection to syslog available at /usr/local/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Logger/Syslog.pm line 79
[16517] info: config: failed to parse, now a plugin, skipping: ok_languages en de it
[16517] info: spamd: server started on port 783/tcp (running version 3.1.3)
[16517] info: spamd: server pid: 16517
[16517] info: spamd: server successfully spawned child process, pid 16539
[16517] info: spamd: server successfully spawned child process, pid 16540
[16517] info: prefork: child states: IS
[16517] info: prefork: child states: II
 
 
 
^C[16517] info: spamd: server killed by SIGINT, shutting down
[16517] info: spamd: handled cleanup of child pid 16540 due to SIGCHLD
[16517] info: spamd: server killed by SIGINT, shutting down
[16517] warn: Attempt to free unreferenced scalar: SV 0x6b8d4
 
Spamc doesn't run, I give the same command but the process is not runing and doesn't give any error
 
So in internet I find that the right command for make run spamd was with perl
 
Perl -T PROCESS-PATH --syslog-socket=inet -d
 
I've perl 5.8.5 installed on a Solaris 9 machine and I have installed Mail-SpamAssassin-3.1.3.
The required version of perl for Mail-SpamAssassin-3.1.3 is 5.6.0 but I have an advanced one so it should work.
When I make start spamd with
 
perl -T /usr/local/bin/spamd --syslog-socket=inet -d
 
the process start correctly but if I do the same with spamc
 
perl -T /usr/local/bin/spamc --syslog-socket=inet -d
 
I get the following error
 
Unrecognized character \x7F at /usr/local/bin/spamc line 1
 
Can you explain me why?
Is there another valid option? Should I modify the Makefile.PL?
How can I do to make run this process? 
 
Regards
 
------------------------------------
Alberto Iovino
Sistemi Informatici
Chelab srl
Via Fratta 25
31023 Resana (TV)
mail [EMAIL PROTECTED]
Tel 0423/717980
Fax 0423/715058
------------------------------------

Reply via email to