Ok, kinda found the problem, the libraries of Perl are not installed
where they should be, they are installed in:
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/HTML
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/HTML
and the simlynk doesn't work because It get's:
Starting
I fixed the problem, I't wasn't spamassassin, I had installed a wrong
version of Perl:Html. Now it finally starts :)
So, it starts now but it doesn't proccess the email, I have sendmail
installed but haven't configured the procmail yet. Is there a good howto
explaining how to get it working?
Tha
Hi Again, I solved the problem of @INC by inserting these two lines:
use lib
"/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/HTML/Parser";
use lib "/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/HTML";
in /usr/bin/spamd
But I still get
# /etc/init.d/spamassassin start
St
Ok, kinda found the problem, the libraries of Perl are not installed
where they should be, they are installed in:
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/HTML
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/HTML
and the simlynk doesn't work because It get's:
Starting