Paul Erickson wrote: > I don't know exactly when this happened, but today when I tried to use > K3B, I get the following error: > > [paul@paul Desktop]$ k3b > k3b: error while loading shared libraries: libproj.so.0: cannot open > shared object file: No such file or directory > > > A search for libproj.so.0: reveals that it is on the system. > > [paul@paul Desktop]$ whereis libproj.so.0 > libproj.so: /usr/lib/libproj.so.0 > [paul@paul Desktop]$ > > Any ideas how I can fix this? I have tried reinstalling K3B and the > problem persists. > > Thanks in advance. > yum install proj (something on your system is claiming to provide libproj.so, but actually doesn't, like the real 'proj' package does) rpm -q --whatprovides 'libproj.so.0' will give a clue. -- Rex -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org