Siduction Forum

Siduction Forum => Software - Support => Topic started by: tomsiduction on 2020/12/25, 16:05:41

Title: droidcam: error while loading shared libraries: libappindicator3.so.1: cannot op
Post by: tomsiduction on 2020/12/25, 16:05:41
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

Title: Re: droidcam: error while loading shared libraries: libappindicator3.so.1: cannot op
Post by: hsp on 2020/12/25, 16:25:00
apt-file find libappindicator3.so.1
Title: Re: droidcam: error while loading shared libraries: libappindicator3.so.1: cannot op
Post by: tomsiduction on 2020/12/25, 17:02:37
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
Title: Re: droidcam: error while loading shared libraries: libappindicator3.so.1: cannot op
Post by: hsp on 2020/12/25, 17:06:32
apt-file tells you in which package the file is located, nothing more. You should now know what to do.
...
Title: Re: droidcam: error while loading shared libraries: libappindicator3.so.1: cannot op
Post by: devil on 2020/12/26, 08:18:29
Did you check if there is libappindicator3.so.1 under /usr/lib/x86_64-linux-gnu/ ?
Title: Re: droidcam: error while loading shared libraries: libappindicator3.so.1: cannot op
Post by: Strela17 on 2020/12/31, 13:02:17
So, this means that I can just relocate the file manually, isn't it?
Title: Re: droidcam: error while loading shared libraries: libappindicator3.so.1: cannot op
Post by: hsp on 2020/12/31, 13:07:50
No, apt install libappindicator3-1
...