Citrix Receiver for Linux 12.1:ERROR : machine architecture could not be decided

  • 问题现象
  • 解决步骤

一、问题现象

安装 Receiver 报错ERROR : machine architecture could not be decided.

 

二、解决步骤

# vi linuxx86/hinst
echo $Arch|grep "i[0-9]86" >/dev/null 
更改为
echo$Arch|grep "86" >/dev/null

 将i[0-9]去掉即可.

你可能感兴趣的:(Architecture)