You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered: