Hi Marcus, On Tue, Aug 12, 2014 at 10:48 AM, Marcus Frieling <g...@berendsen.de> wrote: > > an aolserver4 application wont start: > > Warning: modload: could not find Ns_ModuleInit in > /usr/lib/tcltk/thread2.6.7/libthread2.6.7.so > Fatal: modload: failed to load module > '/usr/lib/tcltk/thread2.6.7/libthread2.6.7.so'
tclthread builds two flavors of its library, libthread2.6.7.so and libthread2.6.7-aolserver.so, and it's the second one which should be loaded into aolserver4 (it contains Ns_ModuleInit in particular). So, it looks like an application fault if it can't load the correct thread library. What is an application you're trying to start? How it loads the Thread module? Cheers! -- Sergei Golovan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org