[GLLUG] Procmail problem

Sean O'Malley picasso at madflower.com
Thu Jul 8 16:19:44 EDT 2004


run ldd against clamdscan
I have a sneaky suspician it is linked to libgcc_s.so.1 and the linker
can't find it now. You may have to add the path to it in /etc/ld.so.conf
and rerun ldconfig to rebuild the cache.

or sometimes libgcc_s.so exists and you just need to create a link for it.
like ln -s libgcc_s.so libgcc_s.so.1



On Thu, 8 Jul 2004, Mark Szidik/mlc wrote:

> I am trying to get Clam AV to filter incoming emails.  I can run clamdscan
> from the command line and all works fine, but when I seutp procmail to run
> clamdscan I get this error:
>
>         ld.so.1: /usr/local/bin/clamdscan: fatal: libgcc_s.so.1: open
> failed: No such file or directory
>         Killed
>
> My question is what where is the actual error occuring? There are a ton of
> programs involved at this point:  procmail, formail, clamassassin,
> clamdscan, clamd
>
> If it is clamdscan, then why does it work from command line and from
> Mailman?
>
> Here is my .procmailrc:
>
> default=/var/mail/szidikm
> LOGFILE=$HOME/mail/proc.log
> #
> #       Call ClamAssassin - scan for viruses
> #
> :0fw
> | /usr/local/bin/clamassassin
>
> # end MES
> ###########################
> :0fw: spamc.lock
> * < 256000
> | spamc
>
>
>
> Thanks,
> ---
> Mark Szidik
> Michigan Library Consortium
> 1407 Rensen Street, Suite 1,  Lansing, MI 48910-3657
> Ph:800.530.9019 x17   Fax:517.394.2096
> MLC - Partnerships. Solutions. Excellence.
> _______________________________________________
> linux-user mailing list
> linux-user at egr.msu.edu
> http://www.egr.msu.edu/mailman/listinfo/linux-user
>



More information about the linux-user mailing list