On Thu, Oct 23, 2008 at 03:08:00PM +0100, Lawrence Woodman wrote: > Package: twitux > Version: 0.62-1 > Severity: grave > Justification: renders package unusable > > > No matter what I do when ever I run twitux, it will not connect. I have > switched to using gtwitter without any problems, but twitux refuses.
Mmm. Are you *running* gnome-keyring-daemon? It's part of a default Gnome session, but if you are using Twitux outside of Gnome you need to start it yourself. Not having it running causes twitux to hang on trying to connect, without any message. You also need dbus running in your session, but unless you have heavily customized your X session scripts, that runs by default. > I have done a partial strace on it which I will include at the bottom of > the post which shows that it is having problems with all sorts of libraries > not being symbolically linked to places where it is expecting it. This cannot posibly be the problem. If twitux did not find these libraries at all, it would not even start. So, what you are seeing is the result of twitux looking for them in a lot of places before actually finding them. In any case, to confirm, run $ ldd /usr/bin/twitux That will print out the locations where the libraries are ultimately found, or a message if they are not. > open("/usr/lib32/xorg/tls/x86_64/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No > such file or directory) > stat("/usr/lib32/xorg/tls/x86_64", 0x7fff3dcac5d0) = -1 ENOENT (No such file > or directory) > open("/usr/lib32/xorg/tls/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such > file or directory) > stat("/usr/lib32/xorg/tls", 0x7fff3dcac5d0) = -1 ENOENT (No such file or > directory) > open("/usr/lib32/xorg/x86_64/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such > file or directory) > stat("/usr/lib32/xorg/x86_64", 0x7fff3dcac5d0) = -1 ENOENT (No such file or > directory) > open("/usr/lib32/xorg/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such file > or directory) > open("/usr/lib64/xorg/tls/x86_64/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No > such file or directory) > stat("/usr/lib64/xorg/tls/x86_64", 0x7fff3dcac5d0) = -1 ENOENT (No such file > or directory) > open("/usr/lib64/xorg/tls/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such > file or directory) > stat("/usr/lib64/xorg/tls", 0x7fff3dcac5d0) = -1 ENOENT (No such file or > directory) > open("/usr/lib64/xorg/x86_64/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such > file or directory) > stat("/usr/lib64/xorg/x86_64", 0x7fff3dcac5d0) = -1 ENOENT (No such file or > directory) > open("/usr/lib64/xorg/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such file > or directory) BTW, none of these are default locations for shared libraries in Debian. I don't think it's related to the problem, but you should look at your /etc/ld.so.conf and the LD_LIBRARY_PATH environment var. Something is messing with them. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]