in reply to POGL on Ubuntu problem

How have you installed OpenGL.pm - Ubuntu package or through CPAN? It looks like you've compiled perl 5.10 locally to your home directory... does OpenGL.pm require that version of perl? Maybe you'll want to try upgrading Ubuntu to Intrepid, if so.

Replies are listed 'Best First'.
Re^2: POGL on Ubuntu problem
by Anonymous Monk on Nov 28, 2008 at 00:31 UTC
    I have installed Perl 5.10 from source to my home-dir and also have installed OpenGL from source (downloaded from CPAN).

    OpenGL is more or less just a wrapper around the OpenGL-calls (basically just some XS-code generated from the OpenGL-header files) - it should be irrelevant where Perl is installed or how it was installed...

      Same problem on amilo 2550 lap top, ubuntu 8.04, ati hd 2400 ... I have tried to install open source drivers given at https://help.ubuntu.com/community/RadeonDriver but still no success...... Please let me know if there is something new on veljko@888.rs
        Read the INSTALL-file and try to compile it with FREEGLUT as interface, if you have freeglut installed. For me it works now.