Re: statically-built qemu-[arch] on Fedora

2011-11-23 Thread Mr Dash Four
> 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

Re: statically-built qemu-[arch] on Fedora

2011-11-23 Thread Itamar Reis Peixoto
On Wed, Nov 23, 2011 at 12:51 AM, Mr Dash Four wrote: > 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

statically-built qemu-[arch] on Fedora

2011-11-22 Thread Mr Dash Four
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