Hi, I am currently trying to add on my system the version 5.0.2 of Enpass (https://www.enpass.io) but I get the following error (version 4.6.1 is running fine): error while loading shared libraries: libappindicator.so.1: cannot open shared object file: No such file or directory I see there is a package libappindicator3_1 for Mageia5 i586 with the file /usr/lib/libappindicator3.so.1 Enpass is compiled for x86_64 systems. I think that if I could get the package libappindicator3_1 for x86_64 and copy the file /usr/lib64/libappindicator3.so.1 to /usr/lib64/libappindicator.so.1, this could solve my issue. Regards. Xuo. Reproducible: Steps to Reproduce:
You could install lib64appindicator3_1.
The 64-bit library exists as stated in comment 1 so closing as invalid.
Status: NEW => RESOLVEDResolution: (none) => INVALID
Hi, Using the lib64appindicator3_1 file and renaming it didn't solve my issue (segmentation fault error). I did the following : - Go to rpmfind.net - Search for the following packages from Fedora 21 (Enpas has been testsed on this distribution) : - libdbusmenu-gtk2-12.10.2-8.fc21.x86_64.rpm - libindicator-12.10.1-4.fc21.x86_64.rpm - libappindicator-12.10.0-6.fc21.x86_64.rpm - for all of the rpm files : rpm2cpio rpm_file | cpio -idv - copy the newly created ./usr/lib64/* to Enpass/libs directory Regards. Xuo.
CC: (none) => xuoy