Topic: Problem with linux

When i run maratis from the terminal it throws out :  ./MaratisEditor: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

How do i fix this? i running ubuntu 14 64bit.

Last edited by blend (2014-06-17 22:34:04)

Re: Problem with linux

Hi,
are you using the version downloaded from Maratis website or did you compile it yourself ?

The version from the website is 32bit, to run it on linux 64 you need to install the package "ia32-libs"
http://www.markusbe.com/2009/09/about-r … libraries/

Re: Problem with linux

Greetings!

ia32-libs is obsolete since 13.10 I think. Try to install libopenal1:i386 instead which is the proper 32bit version available in modern Debian/Ubuntu systems.

Hope this helps wink

Sponk

Re: Problem with linux

Yes that worked thank you.

sudo apt-get install libopenal1:i386