On Wed, Jul 14, 2021 at 09:38:51PM +0000, RVP wrote: > 2. Create symlinks missing on 9.99.8x (only if using binary packages): > > (cd /usr/lib; ln -s libstdc++.so.9 libstdc++.so.7; > cd /usr/X11R7/lib; ln -s libglapi.so.1 libglapi.so.0)
FYI, likely this will break things in mysterious ways, since those library versions indicate different ABIs. Better to extract the necessary libraries from the 9.2 sets instead.