You are not logged in.
Pages: 1
I would like to try Serious Sam II linux native version as the Windows version has a problem with my soundcard (not Wine fault, it is a problem of the game ).
As often the closed source nonsense SS2 does need few files.
$ ldd ./Bin/Linux-Dynamic-Release/Sam2 | grep 'not f'
libopenal.so.0 => not found
libXxf86misc.so.1 => not found
I made a symlink libopenal.so.0 -> /usr/lib32/libopenal.so . But I get no idea of where to get the other file...
Ideas?
Offline
edit: Maybe you can just download the file from somewhere else and put it in /usr/lib32, use google.
Last edited by Terminator (2012-05-31 21:24:42)
Offline
In these situations I usually go to Debian. And voila: http://packages.debian.org/sid/libxxf86misc1 Edit: Oops, I just saw the architectures it's is available for. Hint: not x86
Well then, there's always manual compilation. Gentoo still has it, you can look at it's ebuild to see how to compile it, dependencies and stuff.
Last edited by Gusar (2012-05-31 21:35:39)
Offline
It's in ARM: http://arm.konnichi.com/search/index.ph … ommunity=1
Offline
Pages: 1