its-pointless / gcc_termux

Gcc for termux with fortran scipy etc... Use apt for newest updates instructions in README.txt
463 stars 74 forks source link

Please package mongodb for ARMv7 #146

Open ravener opened 2 years ago

ravener commented 2 years ago

I know that mongodb dropped support for 32-bits but you could package an older version, I believe v3.4.2 is the latest that can run on arm32

I also found this app called "Dory MongoDB Server" which runs a mongodb server on android and it uses the exact version as 32-bit binaries. It'd just be nice to have mongo inside termux without needing such an app.

I also tried to extract the app's apk and touch the binary but it won't run on termux due to hardcoded paths so it needs to be recompiled I guess.

I'm stuck on an ARMv8l (64-bit; 32-bit userspace) and I'd really like to run atleast mongodb, would be much appreciated if you can package v3.4.2 for arm.

I'll also just leave this blog post just in case it proves useful: https://www.dcddcc.com/blog/2018-06-09-building-mongodb-for-32-bit-ARM-on-debian-ubuntu.html