Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2021 13:47:21 +0100
From:      Tomasz Kowalczyk <kowalczt.fbsd@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Where can I get libjpeg? - problem with mozjpeg - Circumvented ?
Message-ID:  <2837351.slGk94SIus@kowalczt.ddns.net>
In-Reply-To: <56f74ff3-7d97-95c0-8584-1f72fc96d442@higonnet.net>
References:  <0d10d4a6-ba21-9082-6b0f-11f99c8c66bc@higonnet.net> <CAN6yY1tRkm4hu2jTm-mTcUU7x3n-y9Aq99MXOu93%2BZs6aVEbJw@mail.gmail.com> <56f74ff3-7d97-95c0-8584-1f72fc96d442@higonnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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.






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2837351.slGk94SIus>