From: Michal L. <mi...@lo...> - 2007-10-22 23:52:49
|
Daniel Gonzalez Schiller wrote: > but my OS is Debian unstable... and I cannot find the pthreads package... > also i think debian uses other system than pthreads... > > configure: error: Please install pthreads library first. > > Am I right? i think not... but... how can i compile your fusemysqlfs on > debian? Apparently there's a bug in the configure script that fails pthreads check in case you don't have mysql development package installed. I.e. it looks like you don't have pthreads library while in fact it's missing mysql library that triggers it. Do "aptitude install libfuse-dev libmysqlclient-dev" and then run the configure script again. It should now work. Michal |