Opengl Perl Module

I am attempting to build the Opengl Perl module on Fedora core, and the build seems to be having trouble locating my Gl libraries. The install is definitely good for Opengl (all other apps that use GL work great), but for some reason the system cannot find the -lGLU -GlLX etc, libraries in the standard folders, /usr/X11R6/lib ,/usr/local/lib , /usr/openwin/lib , /usr/lib.
Any ideas on what could be causing this?

Do a locate to see where are your libGL etc, then add that path with -L/full/path/to/GL/libs .

I hope it can help.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.