Hi, downloaded latest: http://home.vr-web.de/~rnissl/xine-lib-cvs-20060319194500.tar.bz2 http://home.vr-web.de/~rnissl/xine-ui-cvs-20060319194500.tar.bz2 http://home.vr-web.de/~rnissl/vdr-xine-0.7.8.tgz Everything seems to compile fine as previous versions but now when xine starts I get a Segmentation Fault. $ DISPLAY=:0.1 strace xine -f vdr:/tmp/vdr-xine/stream#demux:mpeg_pes [..] open("/usr/lib/libmodplug.so.0", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260b\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=206772, ...}) = 0 mmap2(NULL, 383908, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb5e25000 mmap2(0xb5e54000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 8, 0x2f) = 0xb5e54000 mmap2(0xb5e57000, 179108, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_ANONYMOUS, -1, 0) = 0xb5e57000 close(8) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ $ As per the above error is it correct to say there is a problem with that library? or... maybe the problem is up in the output?. Thank in advance, luis