I have three servers all running FreeBSD 4.11. I can build clamd on two of them just fine, but when I build it on one particular machine, I get these warnings when building:
/usr/lib/libc_r.so: the use of `pthread_attr_getstackaddr' is deprecated, use `pthread_attr_getstack' /usr/lib/libc_r.so: the use of `pthread_attr_setstackaddr' is deprecated, use `pthread_attr_setstack' When I try to execute clamd, I get "Bus error". All files returned when listing /usr/lib/libc* appear to be identical in size on all three machines. The config.log from the build on one of the machines where clamd is working looks nearly identical to the config.log from the build on the machine where clamd dies on "Bus error". I tried to build with --disable-pthreads but clamd doesn't build then (I assume that it requires threads). Anyone have any ideas what else I can check? What other information might be required? Failing getting it to work this way, how would I try building the clamav distribution with LinuxThreads on FreeBSD 4.11? -- Mark Hennessy _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
