Hi Marek, Although 23.1.9 is the version that is used throughout the system, loading the custom library resolved through /etc/ld.so.cache destabilizes things. Maybe it's simpler to use 'LD_LIBRARY_PATH=/usr/local/mesa-23.1.9/lib64 path/to/binary', to ensure that only this specific application uses this specific library, then to create more custom libraries at this point.
Regards, Mischa. On Mon, Dec 25, 2023 at 1:46 PM Marek Olšák <mar...@gmail.com> wrote: > Hi, > > All Mesa libraries must come from the same build so as not to be > rejected at runtime. > > Marek > > On Mon, Dec 25, 2023 at 7:15 AM Mischa Baars <mjbaars1...@gmail.com> > wrote: > > > > Hello, > > > > I was going over MesaGL Blending when I discovered an issue that needs > fixing. The problem is that when I compile and install a custom version of > the Fedora mesa-libGL package, i.e. > https://archive.mesa3d.org/mesa-23.1.9.tar.xz, that my system > (gnome-terminal, firefox, chromium) becomes unstable even without the patch > applied. At first I thought it was the patch, but it isn't. > > > > Help would be appreciated. > > > > Best regards, > > Mischa Baars. > > >