WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Midori error  (Read 1614 times)

Offline neonix

  • Sr. Member
  • ****
  • Posts: 305
Midori error
« on: May 29, 2010, 11:25:25 AM »
When I try to run Midori browser in TC 2.10 it shows:
Quote
tc@box:~$ midori
midori: symbol lookup error: /usr/local/lib/libgdk-x11-2.0.so.0: undefined symbol: g_malloc_n

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Midori error
« Reply #1 on: May 29, 2010, 11:38:06 AM »
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.

-------------
« Last Edit: May 29, 2010, 11:55:23 AM by Jason W »

Offline neonix

  • Sr. Member
  • ****
  • Posts: 305
Re: Midori error
« Reply #2 on: May 30, 2010, 08:02:20 AM »
Linux dependency hell

I had old glib2 in my remastered TC 2.10. I update glib2.tcz, and now it works.