Lxadmin-does-not-support-64-bit-at-present

From FiberWiki

Jump to: navigation, search

How to fix "Lxadmin does not support 64 bit at present"

wget http://download.lxlabs.com/download/lxadmin/production/lxadmin-install-master.sh
sh lxadmin-install-master.sh

This will error out saying "Lxadmin does not support 64 bit at present" To correct this do the following:

rm -f program-install.zip
wget http://download.lxlabs.com/download/program-install.zip
export PATH=/usr/sbin:/sbin:$PATH
unzip -oq program-install.zip
cd program-install/lxadmin-linux

After you have completed those steps you will need to do:

nano /root/program-install/lxadmin-linux/lxins.php
Press ctrl+w+t enter in line number 32
Change if ($arch === 'x86_64') and add and extra 4 like if ($arch === 'x86_644')
Then hit ctrl+x then type y for save

Then run the install by doing:

php lxins.php --install-type=master $* | tee lxadmin_install.log

This should correct to install and it will be completed.

If you have an error with your yum downloading from the 64 bit repo use this link to correct it

Personal tools
Navigation