views:

79

answers:

0

Hi guys,

I am developing a php extension that require the use of opengl. I tried to initialize the library with glutinit; it works in CLI environment but when I tried on browser it doesn't seem to execute the code.

The code is actually executed on the server side. It is part of a process to extract features from an image, and the server will return a list of closest image to the user.

I very new to opengl, so I'm not sure what kind of error is this, does anybody have any knowledge with this?