.next 2013.06


look in tmp/pndrun*.out

in this case it's /tmp/pndrun_hdonk_firefox_001.out

XPCOMGlueLoad error for file /mnt/utmp/hdonk_firefox_001/lib/firefox-26.0/libxul.so:
libpng12.so.0: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

So more upgraded library fun, with the 2013.06 upgrade a few more pnds broke because they were compiled with obsolete libs.
 
 
look in tmp/pndrun*.out

in this case it's /tmp/pndrun_hdonk_firefox_001.out

XPCOMGlueLoad error for file /mnt/utmp/hdonk_firefox_001/lib/firefox-26.0/libxul.so:


libpng12.so.0: cannot open shared object file: No such file or directory


Couldn't load XPCOM.

So more upgraded library fun, with the 2013.06 upgrade a few more pnds broke because they were compiled with obsolete libs.
Thanks for the info.
 
already fixed the problem, added libpng12 to the packagegroup for the image, and firefox works.
 
I solve most of Slack libs problem with a simple symlink like:

  ln -sf /usr/lib/libpng12.so /usr/lib/libpng.so.3
 
 
Back
Top