Hello List!
I created an app with GUI that gets data from the apache served through the functionality called piped logs.
My app works just fine when I launch it from codeblocks or when I start it myself via gui or from command line, even if I lunch it as Root.
However: when Apache launches the application fails to create the openGL window (some cout output located at main() before creating the openGL window is shown in the command line). I digged into the apache error logs and I found the following messages:
[ error ] ofAppGLFWWindow: 65542: X11: Failed to open X display
[ error ] ofAppGLFWWindow: couldn't init GLFW
[ error ] ofAppGLFWWindow: 65537: The GLFW library is not initialized
[ error ] ofFbo: GL frame buffer object not supported by this graphics card
Segmentation fault (core dumped)
Ubuntu 12.04 64bits
Apache2
OF 0.84