Re: [Clamav-users] 0.96.3 pthread problem on 64-bit CentOS 5.5

2010-09-21 Thread Török Edwin
On Tue, 21 Sep 2010 10:49:26 -0400 Jason Bertoch wrote: > > While building 0.96.3, I ran into warnings during make check like the > following: > > /usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when > searching for -lpthread > > Shouldn't it be looking in /usr/lib64? That depends

[Clamav-users] 0.96.3 pthread problem on 64-bit CentOS 5.5

2010-09-21 Thread Jason Bertoch
While building 0.96.3, I ran into warnings during make check like the following: /usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread Shouldn't it be looking in /usr/lib64? Although other warnings occurred during the build, this one concerns me the most.