Like Sven said strace did solve my problem. This strace line explains it all (strace /usr/bin/ekiga):
open("/usr/lib64/pwlib/", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOENT (No such file or directory) The Debian 'libpt-plugins-alsa' package installs the pwlib to.. /usr/lib/pwlib I fixed this by making a link to this (as root): cd /usr/lib64/ ln -s /usr/lib/pwlib . Now Ekiga runs fine on my Debian AMD64 machine. This is great.. but (I think) the problem still is Ekiga does not run out of the Box on Debian AMD64 unstable. Although I am an experienced technical user this problem did took me quite some time to find out. This is wat I would like to ask the Debian maintainers and Ekiga developers (to who I have great respect), please: 1) @Debian: Can the Ekiga or (libpt-plugins-alsa) package for AMD64 users be fixed, for example to configure this link ? 2) @Ekiga: Can this Ekiga error message be made more informative on those important things (like including the plugin directory where it searches). Regards, Ton van Oostveen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]