Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: neonix on May 29, 2010, 02:25:25 PM
-
When I try to run Midori browser in TC 2.10 it shows:
tc@box:~$ midori
midori: symbol lookup error: /usr/local/lib/libgdk-x11-2.0.so.0: undefined symbol: g_malloc_n
-
If using the latest gtk2.tcz, make sure it's dependencies are updated too as the current gtk2 was built against the latest versions.
Do other gtk2 apps show a similar error message?
Specifically make sure that glib2 is updated.
A feature of the newer glib2 is:
------------
Overview of Changes from GLib 2.23.4 to GLib 2.23.5
===================================================
* New API addition: g_malloc_n() and friends used to implement an
overflow-safe family of g_new() macros.
-------------
-
Linux dependency hell
I had old glib2 in my remastered TC 2.10. I update glib2.tcz, and now it works.