
On 10/26/22 10:44, Marc Chamberlin wrote:
rpm -qf /lib64/libreadline.so.4 nova:/home/marc # rpm -qf /lib64/libreadline.so.4 file /lib64/libreadline.so.4 is not owned by any package
Thanks for your assistance Andrei, not sure if these are the results you were expecting to see! Marc...
What that means is that you have a stray /lib64/libreadline.so.4 file on your system that isn't owned by any rpm known in the rpm database. I'd do a quick: $ mkdir -p $HOME/tmp $ sudo mv /lib64/libreadline.so.4 /home/marc/tmp $ sudo systemctl reboot If for some reason the graphics setup is searching /lib64 and picking up libreadline.so.4 instead of libreadline.so.7 and is looking for a symbol that doesn't exist in libreadline.so.4, I could see that screwing things up. The question is where in the heck did the stray libreadline.so.4 come from and why didn't it bite you before now? -- David C. Rankin, J.D.,P.E.