Re: [exim] 2 Virusscanners at the same time

Inizio della pagina
Delete this message
Reply to this message
Autore: Mike Cardwell
Data:  
To: exim-users
Oggetto: Re: [exim] 2 Virusscanners at the same time
Tony Finch wrote:

>>> Hmm, what happens if you run `nm -D exim | grep split_spool_directory`?
>> Nothing:
>
> Bah. Try building Exim with -shared as well as --export-dynamic.


That didn't go down to well:

haven:/usr/sbin# ./exim
Segmentation fault
haven:/usr/sbin#

I changed:

EXTRALIBS=-lpam -export-dynamic -ldl

To:

EXTRALIBS=-lpam -export-dynamic -shared -ldl

Is that what you meant for me to do?

MikeC2