Can a 32-bit RHEL4 userland work with a 64-bit kernel?
- by James
Is there a way to change an i386 RHEL4 machine to run an amd64 kernel, but ensure that it still builds software into same i386 binaries?
On Debian this seems quite straightforward: just install an amd64 kernel (worst case, build one like this guy:
http://www.debian-administration.org/users/jonesy/weblog/1) and prefix everything with "linux32".…