On 2009-02-17, cnav <[email protected]> wrote: >> I *think* you need to change ClamAV.pm to have -pthread in LIBS like >> >> use Inline C => Config => >> VERSION => $VERSION, >> PREFIX => 'clamav_perl', >> NAME => "Maile::ClamAV", >> LIBS => "-lclamav -pthread"; >> >> but I honestly don't know much about how perl modules are supposed to >> be built. >> > > I've tried yours solution, and i stuck with similar problem: > LIBS => "-lclamav -pthread"; > Gives me this error while creating Makefile. > Unrecognized argument in LIBS ignored: '-pthread' > > And with: > LIBS => "-lclamav -lpthread"; > Is going fine and working, at least now i don't need to modify > libclamav. But still it's -lpthread > >
You must have missed ajacoutot's mail. Our Perl is NOT threaded.

