Page 1 of 1

[Solved] Can’t launch in Linux: libaudio.so.2 not found

PostPosted: Sun Aug 22, 2010 7:35 pm
by dg333
I use openSUSE Linux 11.1 / KDE 4.1.3. I’ve downloaded goldendict-0.9.0-linux-i386.tar.bz2 and unpacked the contents to ~/bin, changed to ~/bin/goldendict-0.9.0/ and tried to launch the program from terminal by entering:

Code: Select all
./goldendict.sh


and got the following error message:

Code: Select all
././goldendict-bin: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory


Eh, what? I tried to google the above error message but got no result. Is there anything I could do?

Re: [Solved] Can’t launch in Linux: libaudio.so.2 not found

PostPosted: Mon Aug 23, 2010 6:18 pm
by dg333
Found a solution here: http://dmitrysdolzhenko.cyberblogger.ru ... ioso2.html

The solution works as described there:

Code: Select all
# ln -s /usr/lib/libaudiofile.so.0 /usr/lib/libaudio.so.2


Huh, good that they invented Internet, isn’t it?