You are not logged in.
Pages: 1
``` libjvm.so preloadLibrary(/home/apho/EternalMine/updates/jre-8u131-linux64/lib/amd64/default/libj9vm29.so): /home/apho/EternalMine/updates/jre-8u131-linux64/lib/amd64/default/libj9vm29.so: cannot enable executable stack as shared object requires: Invalid argument
libjvm.so failed to load: j9vm29
Exit code ff ```
I encountered a problem while testing the launcher on Arch. I investigated with execstack - it did not help. Maybe someone can suggest how to solve this problem?
Offline
Please use [code][/code] tags. Edit your post in this regard.
Then provide some context, notably what you're trying to run there and where you got it.
Most likely this is a glibc incompatibility, do NOT try to downgrade glibc - you'll break the entire system.
If this is some binary-only release you'll likely require an older gilbc version and LD_PRELOAD that for whatever it is you're trying to run - and that bundles some ancient java version.
Online
Pages: 1