On Fri, May 23, 2008 at 12:54 AM, Philip Guenther <[EMAIL PROTECTED]> wrote: ... > If this is indeed the case, I suppose it would be possible to work > around by creating a stub libqt-mt.so.31.1 shared library that just > has two dependencies: the real libqt-mt.so and libpthread.so...
Duh. If the missing dependency is the problem then there's an easier workaround: invoke taskjuggler with LD_PRELOAD=/usr/lib/libpthread.so.9.0 in your environment. Philip Guenther