Am Donnerstag 26 Mai 2005 18:12 schrieb Pietlek: > Hello everyone, > > I have got a problem with runnig vdr under > kernel-2.6.11.10 and glibc-2.3.90-0.20050415.3. > > pietlek@home vdr-1.3.23]$ ./vdr > > vdr: please turn off NPTL by setting > 'export LD_ASSUME_KERNEL=2.4.1' before starting VDR > > Setting LD_ASSUME_KERNEL doesn't help. > > [pietlek@home vdr-1.3.23]$ LD_ASSUME_KERNEL=2.4.1 ./vdr > ./vdr: error while loading shared libraries: libpthread.so.0: > cannot open shared object file: No such file or directory > > The same is with LD_ASSUME_KERNEL=2.4.19 and vdr-2.3.24. > > thx > P. > > > _______________________________________________ > vdr mailing list > vdr@xxxxxxxxxxx > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr Hi, you are using LFS or Gentoo or any other distribution with a nptl-only glibc. LD_ASSUME_KERNEL won't help you. Use VDR 1.3.24 and remove the nptl check in vdr.c. This version should work with nptl. S.