Re: [exim] 2 Virusscanners at the same time

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Mike Cardwell
日付:  
To: exim-users
題目: 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