OpenGL specifies at least 8 light sources
To get maximum lights in your implementations use: glGetIntegerv(GL_MAX_LIGHTS, GLint *num_lights);
You need to enable each light that you plan to use and enable
OpenGL lighting (they are all disabled by default):