Is it possible to get/compile/build static qemu-[arch] similar to the
qemu-user-static in Debian?
I am making use of binfmt_misc and need to execute statically built
qemu-[arch]. Using the "standard" qemu-[arch] won't work because I am executing
this in a chrooted environment where all the lib
> have you tried ldd on it ? ldd will tell what you need to copy into chroot.
That would be a futile exercise because a) these files need to be in the
ld.conf.d path (/usr/lib[64]) and b) there are multiple dependencies and if I
try to unhinge them all I will have to spend *months* doing it! The