I'm trying to compile a program using cmake which has a dependency on libQtWebKit_debug.so. According to yum provides, that library is supposed to be in /usr/lib64/ but it is not there:
yum provides */libQtWebKit_debug.so Loaded plugins: langpacks, refresh-packagekit 1:qt-devel-4.8.5-10.fc20.i686 : Development files for the Qt toolkit Repo : fedora Matched from: Filename : /usr/lib/libQtWebKit_debug.so 1:qt-devel-4.8.5-10.fc20.x86_64 : Development files for the Qt toolkit Repo : fedora Matched from: Filename : /usr/lib64/libQtWebKit_debug.so Reinstalling the corresponding package (qt-devel) did not help either: yum remove qt-devel, followed by yum install qt-devel.
locate libQtWebKit_debug.soreturn?whatprovidescommand? Can youlsthe file?