19 May
2000
19 May
'00
7:48 a.m.
If you're running a Zope on Solaris2.7 and you're seeing strange behaviour, make sure that your python executable's been built and linked with pthreads, not solaris threads. I've just had a horrible time figuring out why I was seeing very strange behaviour on Solaris until I noticed this. ldd `which python` should show /usr/lib/libpthread.so, NOT /usr/lib/libthread.so. Anthony, bitter and twisted at Sun.