Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] droidcam: error while loading shared libraries: libappindicator3.so.1: cannot op  (Read 2037 times)

Offline tomsiduction

  • User
  • Posts: 207
Hello

After installing droidcam I get the following message:
Code: [Select]
droidcam: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory

I could not find the package with that name.

Any idea?


Regards


Offline hsp

  • User
  • Posts: 623
apt-file find libappindicator3.so.1

Offline tomsiduction

  • User
  • Posts: 207
Hello and thank you very much

in fact I get
Code: [Select]
apt-file find libappindicator3.so.1
libappindicator3-1: /usr/lib/x86_64-linux-gnu/libappindicator3.so.1
libappindicator3-1: /usr/lib/x86_64-linux-gnu/libappindicator3.so.1.0.0


So I do not know what ist the reason for the error-message.


Any idea?


Regards

Offline hsp

  • User
  • Posts: 623
apt-file tells you in which package the file is located, nothing more. You should now know what to do.
...

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Did you check if there is libappindicator3.so.1 under /usr/lib/x86_64-linux-gnu/ ?

Strela17

  • Guest
So, this means that I can just relocate the file manually, isn't it?

Offline hsp

  • User
  • Posts: 623
No, apt install libappindicator3-1
...