WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Firefox and other browsers not start in tc 4.6  (Read 2722 times)

Offline glareboa

  • Newbie
  • *
  • Posts: 14
Firefox and other browsers not start in tc 4.6
« on: September 04, 2012, 04:13:07 PM »
Hello.

1.
When alsaplayer starts It shows the following error:

/usr/local/lib/libgdk_pixbuf-2.0.so.0: undefined symbol: g_bytes_unref

2.
When firefox starts It shows the following error:

XPCOMGlueLoad error for file /usr/local/firefox-official/libxpcom.so:
/usr/local/lib/libgdk_pixbuf-2.0.so.0: undefined symbol: g_bytes_unref
Couldn't load XPCOM.

3.
When FoxitReader starts It shows the following error:

FoxitReader: symbol lookup error: /usr/local/lib/libgdk_pixbuf-2.0.so.0: undefined symbol: g_bytes_unref

Other browsers (Chromium, links(not links-cli), Uzbl) don't start as well

Only Opera-11 does

Could you suggest any solutions?


Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Firefox and other browsers not start in tc 4.6
« Reply #1 on: September 04, 2012, 08:11:42 PM »
What is the output of "links"?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11512
Re: Firefox and other browsers not start in tc 4.6
« Reply #2 on: September 04, 2012, 08:41:41 PM »
Hi glareboa
See if:
Code: [Select]
ldd /usr/local/lib/libgdk_pixbuf-2.0.so.0shows any missing dependencies.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11026
Re: Firefox and other browsers not start in tc 4.6
« Reply #3 on: September 05, 2012, 06:25:18 AM »
Are your extensions up to date?
The only barriers that can stop you are the ones you create yourself.

Offline glareboa

  • Newbie
  • *
  • Posts: 14
Re: Firefox and other browsers not start in tc 4.6
« Reply #4 on: September 05, 2012, 08:36:04 AM »
tinypoodle, Rich And curaga,
Thanks for your response!
I tested the modules and found out that I had old glib2 library.
Everything works after update!