unable to login on mac mini M1 (apple) chip
Are you able to run this on M1 chip (the google-play store)?
appreciate your tips for that.
We don't compile this for macOS just yet. I'd have to research how to support it, and if it's possible to cross-compile on Linux. I don't have a macOS device to test with, unfortunately.
@Hainish on mac with intel chip it works for me. if needed i can borrow a mac device on the cloud.
@Hainish Any chance this great library will support linux? it will be an amazing addition to an already great tool. will provide any linux/test/beer/coffee :-)
@adtimizer apkeep already supports Linux on various platforms - see https://github.com/EFForg/apkeep/releases for the list.
Do you mean Linux on the M1 chipset?
@Hainish
thanks for getting back. I'm not sure how to run the precompiled libraries.
I've downloaded one of them (arm7 linux ) to my linux machine and tried using the command cargo install
@adtimizer no worries! Most Linux laptops use x86_64, try https://github.com/EFForg/apkeep/releases/download/0.13.0/apkeep-x86_64-unknown-linux-gnu, and if that doesn't work try https://github.com/EFForg/apkeep/releases/download/0.13.0/apkeep-i686-unknown-linux-gnu
@Hainish thanks
I'm getting the bellow error when running the following command:
./apkeep-x86_64-unknown-linux-gnu
error
./apkeep-x86_64-unknown-linux-gnu: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
@adtimizer you may need to install the libssl-1.1 library.