Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use this library also while using chroot Linux environments which run by using Termux? #6

Closed
JanuszChmiel opened this issue Apr 29, 2019 · 1 comment

Comments

@JanuszChmiel
Copy link

Dear specialists,
Is it possible to use this library also while running Debian, Ubuntu or other Termux scripts for Linux environment creation? Because many many apps, which have been developed not only by using C or C++ are using shared dynamic memory a nd other shared memory technology. How complex would be to allow users of Debian, Ubuntu and other distro which run by using Termux to use apps, which are using shared memory? Such as gnome-session, KDE and other complex apps, which are based on shared memory. The next example is postgressql which is also using this technique for working with memory.

@ghost
Copy link

ghost commented Apr 29, 2019

No, unless it is patched.

For now, it relies on stuff provided exclusively by Android NDK headers and cannot be compiled against GNU libc which is typically used in Linux distributions.

Existing library (i.e. from Termux) cannot be used due to ABI incompatibility.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant