Trying to run haproxy using sudo ./run_app.sh haproxy in run-app-elfloader gives the following error:
[ 0.162959] ERR: [appelfloader] <elf_load.c @ 135> haproxy: ELF executable is not position-independent!
[ 0.164375] ERR: [appelfloader] <elf_load.c @ 703> haproxy: Parsing of ELF image failed: Exec format error (-8)
This is a sign that the bundled haproxy
binary isn't position-independent and probably needs to be changed.
Trying to run haproxy using
sudo ./run_app.sh haproxyinrun-app-elfloadergives the following error:This is a sign that the bundled
haproxybinary isn't position-independent and probably needs to be changed.