Bug#408407: Problem solved but Ekiga on Debian AMD64 still needs a fix

Ton van Oostveen ton.van.oostveen at pts.nl
Fri Feb 2 13:49:12 CET 2007


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





More information about the Pkg-gnome-maintainers mailing list