1
General discussions / Can't load libsfml-system.so.1.4 on 64 bit linux
« on: April 13, 2009, 09:48:57 pm »
I know the question is a bit old by now but moving the library files to lib64 worked for me.
Code: [Select]
su
cd /usr/lib
mv libsfml* ../lib64