Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: fladd on September 08, 2009, 04:20:05 PM
-
Hi there,
the package ayttm.tcz is broken. After installing it, there is an error when being started:
ayttm: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory.
fladd
-
Thats because gtk2 isn't listed in the ayttm dep file. Install gtk2, that should clear up that error message.
-
But ayttm is a gtk1 app?
fladd
-
the reported error indicates a gtk2 dependency
-
yes, I know, but, quoted from their FAQ:
# Why do I see accentuated characters as UTF8 escape sequences?
This is so because Ayttm is a gtk1 application. Give a look at your LANG and LC_ALL environment variables, and if they contain something about UTF, try running ayttm after removing these parts. On Redhat 8 & 9 systems, you can fix it in /etc/sysconfig/i18n too.
fladd
-
perhaps it only requires gtk1, but it appears as though the extension was compiled against gtk2. maybe it could be recompiled against gtk1 to remove the heavier gtk2 dependency.
-
The info file states:
A light GTK2 instant messenger.
It looks like it was updated to use gtk2 for version 0.5.0
Edit: I don't see anything in the configure file to specify using gtk1 instead of gtk2...
-
Missing deps, should be fixed now.