Description of problem: The licq-binary of the x64_86-package uses the wrong library-path. (it uses the lib-directory instead of lib64-directory) So licq doesn't find the lib for plugins (for Example GUI-plugin) Version-Release number of selected component (if applicable): licq-1.3.2-4 How reproducible: Always. Steps to Reproduce: 1. start licq with following command: licq -p kde-gui Actual results: I get following error: >>> 13:14:12: [ERR] Unable to load plugin (qt-gui): /usr/lib/licq/licq_kde-gui.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden. <<< translation for non German: Couldn't load shared object file: file or directory not found. Expected results: Start licq with loaded plugins in /usr/lib64/licq/*. Additional info: I already installed the package licq-kde The plugin-path should be corrected from /usr/lib/licq to /usr/lib64/licq Workaround till fix: ln -s /usr/lib64/licq /usr/lib/licq cu Floh
This problem should be fixed with licq-1.3.2-5.FC4 and licq-1.3.2-6
*** Bug 124072 has been marked as a duplicate of this bug. ***