Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: glareboa on September 04, 2012, 04:13:07 PM

Title: Firefox and other browsers not start in tc 4.6
Post by: glareboa 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?

Title: Re: Firefox and other browsers not start in tc 4.6
Post by: tinypoodle on September 04, 2012, 08:11:42 PM
What is the output of "links"?
Title: Re: Firefox and other browsers not start in tc 4.6
Post by: Rich 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.
Title: Re: Firefox and other browsers not start in tc 4.6
Post by: curaga on September 05, 2012, 06:25:18 AM
Are your extensions up to date?
Title: Re: Firefox and other browsers not start in tc 4.6
Post by: glareboa 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!