Fernando de Oliveira wrote: > Just remembered: after many *jepg* install/remove and at the same time > (better say at the same problem), I had two versions of > xulrunner/firefox-18.0.1, one with system jpeg, other with built-in > jpeg. So, the same version did not work for one combination and later > worked for the final libjpeg-turbo only.
Well one way to isolate an verify the problem would be to have: lrwxrwxrwx 16 Jan 21 12:49 /usr/lib/libjpeg.so -> libjpeg.so.8.0.2 lrwxrwxrwx 16 Jan 21 12:49 /usr/lib/libjpeg.so.8 -> libjpeg.so.8.0.2 -rwxr-xr-x 365069 Jan 21 12:49 /usr/lib/libjpeg.so.8.0.2 -rwxr-xr-x ?????? Jan 21 12:49 /usr/lib/libjpeg.so.8.4.0 test Then cd /usr/lib ln -sf libjpeg.so.8.4.0 libjpeg.so ln -sf libjpeg.so.8.4.0 libjpeg.so.8 test That should completely verify whether the jpeg version is the problem. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page