Comment 1 for bug 186272

Revision history for this message
Max Moura Wolosker (mwolosker) wrote :

I could observe the same behaviour. I tried do run the application in Konsole and received the following message:

"marble: error while loading shared libraries: libgps.so.15: cannot open shared object file: No such file or directory"

So, I typed the following command:

"sudo ln -s libgps.so.16.0.0 libgps.so.15"

which solved the problem. I believe that, when Marble was packed, it was compiled against the wrong version of the library.