Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: fladd on September 08, 2009, 04:20:05 PM

Title: ayttm broken
Post 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
Title: Re: ayttm broken
Post by: robc on September 08, 2009, 04:38:09 PM
Thats because gtk2 isn't listed in the ayttm dep file. Install gtk2, that should clear up that error message.
Title: Re: ayttm broken
Post by: fladd on September 08, 2009, 05:08:26 PM
But ayttm is a gtk1 app?

fladd
Title: Re: ayttm broken
Post by: Kingdomcome on September 08, 2009, 05:12:25 PM
the reported error indicates a gtk2 dependency
Title: Re: ayttm broken
Post by: fladd on September 08, 2009, 05:31:38 PM
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
Title: Re: ayttm broken
Post by: Kingdomcome on September 08, 2009, 05:40:32 PM
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.
Title: Re: ayttm broken
Post by: robc on September 08, 2009, 05:51:32 PM
The info file states:
Quote
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...
Title: Re: ayttm broken
Post by: curaga on September 11, 2009, 03:15:46 PM
Missing deps, should be fixed now.