Have followed the steps -
https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt and run these commands -
cd /
yum update -y
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet wget -y
cd /
cd /tmp
rm -f mratwork*
wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate
rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
cd /
yum clean all
yum update mratwork-* -y
yum install kloxomr7 -y
sh /script/upcp
But when giving command 'yum update mratwork-* -y' - it is saying "Illegal Instruction". PLease see below.
[root@ip-172-31-1-127 /]# yum update mratwork-* -y
Loaded plugins: fastestmirror, presto, priorities
Setting up Update Process
Determining fastest mirrors
Illegal instruction
[root@ip-172-31-1-127 /]# yum install kloxomr7 -y
Freeing read locks for locker 0xb7: 6967/140234751268608
Freeing read locks for locker 0xb9: 6967/140234751268608
Loaded plugins: fastestmirror, presto, priorities
Setting up Install Process
Loading mirror speeds from cached hostfile
Illegal instruction
Can you please help ?