Robert Cheramy writes: > Package: knode Version: 4:3.2.2-1 Severity: normal Followup-For: Bug > #240329
> Hi, > I spend some time today trying to find where this knode bug could > come from. > While recompiling kdepim with debug options and a few more kdDebug > lines in knode source, I tried to start knode from the object folder > : /usr/src/kdepim-3.2.2/obj-i386-linux/knode > It worked ! > The installed deb package still would not start (!) As you may > know, /usr/src/kdepim-3.2.2/obj-i386-linux/knode is a bash wrapper > and the knode I start (/usr/bin/knode) is an ELF excutable. > I rebuilt the packages ifrom scratch to be sure this behaviour is > reproducible with standard packages, and it is. > I have no idea what the wrapper does, and I hope this could be > somewhat useful to you... Thanks for the information. The symbol that is said to be undefined should be defined in the file /usr/lib/libkdenetwork2.so.2. Can you check whether it is available, and if so, send us the output of the following command: nm --dynamic /usr/lib/libkdenetwork2.so.2 | grep _ZN15KScoringManagerC2ERK7QString Thanks domi