Where can I get libjpeg? - problem with mozjpeg - Circumvented ?
Tomasz Kowalczyk
kowalczt.fbsd at gmail.com
Tue Mar 16 12:47:26 UTC 2021
On Tuesday, 16 March 2021 09:15:45 CET Bernard T. Higonnet wrote:
> Hello,
>
> Yes, you're certainly right that jpeg-turbo will install
> /usr/local/lib/libjpeg.so.8, mine disappeared and for some reason is not
> replaced when jpeg-turbo is installed.
>
> I searched throughout my system for libjpeg and found a libjpeg.so.11,
> and trusting to the gods of backwards compatibility, I copied that and
> renamed it to libjpeg.so.8 and so far (sic) it seems to work.
>
> Unfortunately, as I doubt very much that I will find the true
> explanation and thus solution to my problem, as long as things seem to
> work I will let it go at that, hoping that the problem will fix itself
> some day when I upgrade FreeBSD or ports or something...
>
> Thanks for your help
> Bernard Higonnet
I have no idea where did u found that libjpeg.so.11, but running
grep -R libjpeg.so.11 /usr/ports
give no output, so no package is providing it.
You could try doing :
pkg check -sa
to find any missing files.
If that wont do much, Id check pkg config files for any modifications
and do reinstall of all packages with: pkg upgrade -af,
and than see if it help.
More information about the freebsd-questions
mailing list