After reviewing the sym links on my rebuilt Fedora 9 system, I was able to resolve this problem with the following: cd /usr/lib rm libGL.so.1 ln -s libGL.so.1.2 libGL.so.1 It was the symbolic link of libGL.so.1 that was the problem. After correcting this Wine compiles with OpenGL - I have tested with Call of Duty 2 and it works great! Cheers, Andrew