mikewalsh wrote: ↑Fri Aug 11, 2023 11:19 pm@fredx181 :-
Fred, I think you're onto summat there..! I sort of recognise some of the items in libc-bin, but the entire contents of the libc6 package are very familiar to me.
The libstdc++6 package may be required as well. This gives you libstdc++.so.6, the standard implementation of the C++ libraries. I think this is usually built as a matched item at the same time as the 'C' libraries. Perhaps not strictly necessary, but it never hurts to use the version from the same release as where you rip the libc6 stuff from. This is what watchdog always did with his glibc-tweaked browser builds.
(I have come across the odd app that is happy with the existing glibc version, but won't work until you upgrade libstdc++.so.6 by itself.)
I think you've given bigpup what he's been repeatedly requesting.....at long last.
Mike.
This also a good suggestion.