enboig: But it is installed
/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.2.0
Any hint? I think I have to symlink them somewhere but I don't know where The witcher is expecting them.
I am using ubuntu 14.04 64bits
Thanks.
masaru20100: You need the i386 libs. If you activated the multiarch, just do a:
sudo aptitude install libsdl2-2.0-0:i386
To activate multiarch:
sudo dpkg --add-architecture i386
sudo aptitude update
I'm having the same problem and using the same OS.
This is output to terminal.
~$ sudo dpkg --add-architecture i386
~$ sudo aptitude update
sudo: aptitude: command not found
~$
The overall problem I'm trying to fix is missing library’s:
@chell:/opt/GOG Games/The Witcher 2 Assassins Of Kings/game$ ldd witcher2 | grep not
libSDL2-2.0.so.0 => not found
libcurl.so.4 => not found
libSDL2-2.0.so.0 => not found
@chell:/opt/GOG Games/The Witcher 2 Assassins Of Kings/game$
I'm new to linux and I'm having trouble finding out how to install the library's. Any help is appreciated!