Re: linux install library libraries libGL.so.1 lib
Under Debian/Ubuntu, I used "apt-get libsdl1.2debian libgl1-mesa-glide3" to have the libs that the binary depends on, but the mesa libs are currently bugged, I dunno if libgl1-mesa and libglu1-mesa are better choices. I fixed that by downloading binaries for the mesa/glide libs from Sourceforge.
With this, I could use the dom3 binary for a textmode server. As said before, I strongly recommend to create a binary which does not require these depencies and only gives a textmode server for dedicated servers.
|