Linux, Web Dump misc scripts: 32bit chroot on 64
compiling software in a 32bit chroot on a 64bit box which tries to loot out the arch with “uname
” requires some guidance:
/usr/local/bin/uname
#!/bin/sh
/bin/uname "$@"|sed -e's/x86_64/i686/'
compiling software in a 32bit chroot on a 64bit box which tries to loot out the arch with “uname
” requires some guidance:
/usr/local/bin/uname
#!/bin/sh
/bin/uname "$@"|sed -e's/x86_64/i686/'