Torsten Landschoff writes: > > Traceback (innermost last): > > File "./hello1.py", line 6, in ? > > from _gtk import * > > ImportError: /usr/lib/python1.5/site-packages/_gtkmodule.so: symbol __fork, > > version GLIBC_2.0 not defined in file libpthread.so.0 with link time > > reference > > > > [...]
I had a similiar problem with the jdk1.2 found at blackdown. Some symbol names in libpthread changed from glibc-2.1.1 to glibc-2.1.2, so the depend should be (>= 2.1.2)?

