On Thu, 2005-01-20 at 16:51, John Alexander wrote: > Quoting Trog <[EMAIL PROTECTED]>: > > > > > > > > I'm running OpenBSD 3.1 > > > ./configure --without-libcurl > > > > > > > Thats quite an old version. I don't have any OpenBSD. Looks like > > something is wrong with the build process, it't not trying to link in > > pthread support or a bunch of other libraries. > >
> > I've greatly desired to upgrade that box for some time, but for a number of > reasons, can't. Do you have any ideas or recommendations? > I compiled it on my FreeBSD 4.5 box OK. The libclamav build step gets linked with -lpthread, which should then get built into clamscan as well. All I can suggest at the moment is you try and link it by hand, with something like: cd clamscan gcc -g -O2 -o clamscan output.o getopt.o memory.o cfgparser.o misc.o clamscan.o options.o others.o manager.o treewalk.o ../libclamav/.libs/libclamav.a -lz -lbz2 -pthread maybe an OpenBSD guru will have a better suggestion. -trog
signature.asc
Description: This is a digitally signed message part
_______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users