Hi, Matthew Dombroski wrote : > Actually, the problem is that tslib is linked incorrectly. > The pthres, linear, etc. modules are not linked to libts so theyre > missing symbols when an attempt is made to load them. > To confirm, do > > LD_PRELOAD=/usr/lib/libts-1.0.so.0 > > tslib modules will resolve symbols properly so tslib will work. > > A quick patch to tslib to link those modules against libts is below. > A little dirty linking against the static libs, but it works! > in fact, the patch you sent on the list was integrated into tslib in november 2008 : http://svn.berlios.de/viewcvs/tslib/trunk/tslib/plugins/Makefile.am?r1=51&r2=56 Please find attached a patch to add this patch to the tslib's recipe. Best regards Eric