[Pkg-kde-extras] Bug#653400: ktorrent: does not start: 'Failed to initialize libktorrent'

Mikhail Balabin mbalabin at gmail.com
Tue Feb 21 15:35:04 UTC 2012


I have got the same problem. I have checked using strace and found out
that libktorrent.so file is found correctly by ktorrent:

$ strace ktorrent
(...)
open("/usr/lib/libktorrent.so.3", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0
0\6\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1576968, ...}) = 0
mmap(NULL, 3827336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7f09e59fe000
mprotect(0x7f09e5b72000, 2093056, PROT_NONE) = 0
mmap(0x7f09e5d71000, 57344, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x173000) = 0x7f09e5d71000
mmap(0x7f09e5d7f000, 153224, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f09e5d7f000
close(3)                                = 0
(...)
Failed to initialize libktorrent

So, the problem is with library itself. Some version number marker, maybe?





More information about the pkg-kde-extras mailing list