undefined reference to `glXBindChannelToWindowSGIX'

Have moved from RedHat 7 to 9 and my code no longer compiles. I get a series of errors like:

>/usr/lib/libglut.so: undefined reference to `glXBindChannelToWindowSGIX’

This is on a Dell m60 with a new NVIDEA card for which I have the right drivers.

Ideas?

Have heard there is a problem with the new libglut?

This has been discussed quite a few times on the Linux forum (http://www.opengl.org/discussion_boards/cgi_directory/forumdisplay.cgi?action=topics&number=4&start=here). Basically, you need to dowload the latest GLUT source, compile it, and install the newly built GLUT library.