I'm trying to get the newest edition of Urban Terror to work (version 4.2) and I keep getting an error stating:
Code:
[dave@TITAN UrbanTerror42]$ ./UrTUpdater.x86
./UrTUpdater.x86: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
I ran:
Code:
[root@TITAN UrbanTerror42]# yum whatprovides libQtGui.so.4
Loaded plugins: langpacks, presto, refresh-packagekit
1:qt-x11-4.8.1-10.fc17.i686 : Qt GUI-related libraries
Repo : fedora
Matched from:
Provides : libQtGui.so.4
1:qt-x11-4.8.2-4.fc17.i686 : Qt GUI-related libraries
Repo : updates
Matched from:
Provides : libQtGui.so.4
[root@TITAN UrbanTerror42]# yum install qt-x11
Loaded plugins: langpacks, presto, refresh-packagekit
Package 1:qt-x11-4.8.2-4.fc17.x86_64 already installed and latest version
Nothing to do
So it looks like I have what's required? What else can I do?