Please run $ ldd `which gnunet-gtk`
I suspect you're linking against an old version of the gnunet-util library on your system (this should tell us). For example, I get this (having some 0.7.x prototype code installed locally): [EMAIL PROTECTED]:~$ gnunet-gtk gnunet-gtk: relocation error: gnunet-gtk: undefined symbol: resumeDownloads which is easy to fix: [EMAIL PROTECTED]:~$ export LD_LIBRARY_PATH= [EMAIL PROTECTED]:~$ gnunet-gtk And it works. The reason is that before GNU ld linked gnunet-gtk against an experimental version in ~/lib. The only other possibility I see is that you have a different version of the gnunet-gtk package and the main GNUnet package. The real solution to this mess would be for us to start proper versioning of the GNUnet helper libraries (on my todo-list, but very, very far down). Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]