On 8/19/05, Christoph Best <[EMAIL PROTECTED]> wrote: > Maybe I'll try to modify dlopen() to prepend "/emul/ia32" if the file > cannot be loaded and see if this solves the problems. I do not think > this should break anything.
Yes, I think that should solve most of these problems. The goal would be to make ia32 binaries work "out of the box" with a chroot environment installed there. I think for the cases I tested this modification should work, and it is much nicer than setting environment variables. Thomas

