Description of problem: Torcs requires plib but the rpm package miss this dependency. The problem is very simple to be resolved (a simple "yum install plib" is more than enough) but still annoying... Version-Release number of selected component (if applicable): torcs.x86_64 1.3.0-1.fc7 plib.x86_64 1.8.4-8.fc6 How reproducible: Install torcs on a fresh system and launch the game. Steps to Reproduce: 1. Install torcs with yum 2. Launch torcs 3. Actual results: /usr/lib64/torcs/torcs-bin: error while loading shared libraries: libplibul.so.1.8.4: cannot open shared object file: No such file or directory Expected results: Torcs runs and open its game window. Additional info:
There is no problem with the torcs package : $ rpm -q --requires torcs [...] libopenal.so.0 libplibsg.so.1.8.4 libplibsl.so.1.8.4 libplibsm.so.1.8.4 libplibssg.so.1.8.4 libplibssgaux.so.1.8.4 libplibul.so.1.8.4 [...] torcs-data torcs-data-cars-extra torcs-data-tracks-road So I'm pretty sure you hit that ugly problem where some dependencies don't get installed properly. See bug #242368 for the details. *** This bug has been marked as a duplicate of 242368 ***