After upgrading several packages, some libraries were upgraded by pkg_upgrade. However, it seems as though many programs were linked to old versions of the library, including it seems KDE. Ive tried symlinking the old filename to the new version of the library, but some things do not work still:
kicker
In this case libjpeg.so.10 was deleted by pkg_upgrade and replaced with libjpeg.so.11. I symlinked the so.10 filename to so.11 now i get this message.
What can be done to fix this problem?
kicker
Code:
/libexec/ld-elf.so.1: /usr/local/lib/libjpeg.so.10: version LIBJPEG_7.0 required by /usr/local/lib/libqt-mt.so.3 not found
In this case libjpeg.so.10 was deleted by pkg_upgrade and replaced with libjpeg.so.11. I symlinked the so.10 filename to so.11 now i get this message.
What can be done to fix this problem?