https://bugzilla.redhat.com/show_bug.cgi?id=834127 --- Comment #39 from Gary Gatling <gsgatlin@xxxxxxxx> --- I have a proposed fix for this problem that requires re-doing the patch. Here is the fixed up script: http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/fedora18/spec/vglrun/vglrun Unfortunately, it causes some error messages if you have both 32 and 64 bit packages installed. Running 64 bit openGL app: [gsgatlin@y470b ~]$ optirun glxgears ERROR: ld.so: object '/usr/lib/VirtualGL/libdlfaker.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object '/usr/lib/VirtualGL/librrfaker.so' from LD_PRELOAD cannot be preloaded: ignored. Running 32 bit app: optirun ./Shatter.bin.x86 ERROR: ld.so: object '/usr/lib64/VirtualGL/libdlfaker.so' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object '/usr/lib64/VirtualGL/librrfaker.so' from LD_PRELOAD cannot be preloaded: ignored. Notice how whichever one isn't being used is being warned about... Orion, Do you think these error messages would be a problem? Or could we ignore them and consider this a fix for this bug? Evidently wine is a 32 bit app which is why this is coming up. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review