Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: Zendrael on September 12, 2013, 04:50:17 PM
-
Hello all!
I'm having a "insufficient JPEG library version" error when I try to create the XULrunner extension... Is there any libjpeg updates or I have to download another library that provides jpeg stuff?
Thanks!
-
Hi Zendrael
Maybe you need libjpeg-utils.tcz and/or jpeg_base-dev.tcz ?
-
Hi Rich!
They are loaded at boot!
In the source of the xulrunner, it compares to JPEG version 62! But nothing in the info file of the jpeg extensions say anything about it....
Maybe a jpeg update is needed?
-
Hi
If you are building this package due to mozilla/firefox for 5.x series, I have a submission that will give you the latest firefox without it.
Otherwise you may be interested in
http://www.linuxfromscratch.org/blfs/view/svn/x/xulrunner.html
-
Hi Zendrael
Xlibs.tcz contains usr/lib/libjpeg.so.62.0.0
libjpeg-utils.tcz contains usr/local/lib/libjpeg.so.8.0.0
libjpeg-turbo.tcz contains usr/local/lib/libjpeg.so.8.0.2
-
Hi Rich!
Just installed Core 5, will start recompiling the extensions on it!
Thanks!
I'll post back here if everything works!
-
Hi Zendrael
In Tinycore 5 you will find:
libjpeg.so.62.0.0 is in jpeg.tcz
libjpeg.so.62.1.0 is in libjpeg-turbo.tcz
-
In fact the idea is to use libjpeg-turbo, please don't compile against the jpeg extension in tc-5.x
-
Ok! Thank you all!
This problem is solved, I'm having another on compile time with gstreamer, will try to solve on the XULrunner thread.
-
jpeg* extensions removed from tc-5.x repo to prevent confusion