Hello guys !
I have made a program using sfml, it works fine on Linux MInt, i tried to start it on a IBM computer on red hat 6.4, starting the program i had a segfault, here is what valgrind told me :
Process terminating with default action of signal 11 (SIGSEGV)
==29780== Access not within mapped region at address 0xE0
sf::priv::GlxContext::GlxContext(sf::priv::GlxContext*) (in /workfs/dev/libs/SFML-2-2.1/build/lib/libsfml-window.so.2.1)
Actually this segfault appears ALSO on the examples i built from SFML, i did a startx and a ./opengl --display=:0.0
Thanks a lot.