On Wed, Apr 27, 2005 at 10:45:52AM +1000, Norval Watson wrote: > I tried your idea.. > > [EMAIL PROTECTED]:~$ dchroot -c ia32 > Executing shell in 'ia32' chroot. > [EMAIL PROTECTED]:~$ logout > [EMAIL PROTECTED]:~$ cd /home/norv/install_flash_player_7_linux/ > [EMAIL PROTECTED]:~/install_flash_player_7_linux$ ./flashplayer-installer > > ERROR: Your architecture, \'x86_64\', is not supported by the > Macromedia Flash Player installer. > > [EMAIL PROTECTED]:~/install_flash_player_7_linux$ > > It seems to have jumped out of the chroot and tried to install the > plugin in the 64bit Firefox..
No it just sees x86_64 from uname -m Try this: linux32 dchroot -c ia32 That inserts a wrapper around the uname() libc call so it returns i686 instead of x86_64 and hence anything running should think it is on a p3/p4 or something instead. Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

