15

I am trying to install Genymotion, but I got this error:

genymotion: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory.

Kevin Kopf
  • 13,327
  • 14
  • 49
  • 66
Fernando Pie
  • 895
  • 1
  • 12
  • 28

2 Answers2

28

I had this problem because I didn t realize I download version fo Linux 32 bits but I have 64 bits. In addtion, I have installed, before that, some librarys type libgstapp typing: .

$sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev

Genymotion runs after that.

DolDurma
  • 15,753
  • 51
  • 198
  • 377
Fernando Pie
  • 895
  • 1
  • 12
  • 28
  • 1
    Thanks a lot. This helped to solve another software issue with "Meine CEWE FOTOWELT " Software (pre-production on-demand fotobook desktop software) on Ubuntu 16.04 LTS. – Semo Oct 13 '16 at 09:27
9

I've run the command from Fernando Pie:

apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev

But I still got the error so, I found this that worked for me:

apt-get install libgstreamer-plugins-base0.10-0:i386
brodoll
  • 1,851
  • 5
  • 22
  • 25
Y Melo
  • 413
  • 1
  • 6
  • 10