On Thu, 8 Apr 2004, Gillian Bennett wrote: > I have just migrated onto Fedora core 1.0, and tried compiling > squidGuard with db-3.2.2 following the checklist. I am having no luck > with this, and using the old db, I get a domainlist empty error. the > error I get when I compile is: > > /usr/local/BerkeleyDB.3.2/lib/libdb.a(mut_pthread.o)(.text+0xb6): In > function `__db_pthread_mutex_init': > : undefined reference to `pthread_condattr_setpshared'
Your BerkeleyDB.3.2 is compiled with threading support. You must link applications using this with -lpthread. > If there is a way I can successfully compile squidGuard that would be > great, if not *SHRUG* Why do you need SquidGuard? Regards Henrik
