Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jonathan

Pages: [1]
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

Pages: [1]
anything