在64位的Red Hat Enterprise Linux Server release 6.6上安装Symantec Backup Exec 2010时, 遇到下面错误:

 

# ./installralus

./installralus: ../perl/Linux/bin/perl: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

 

出现这个错误是因为64位系统中安装32位应用程序(Symantec Backup Exec 2010的32位安装应用程序,如果是64位应用程序,就不会遇到这个问题),需要在64位系统中安装32位相关包。安装下面包即可解决这个问题。

 

yum install glibc.i686

 

 

在安装过程中,还遇到下面错误:

 

Enter the system names separated by spaces on which to install RALUS: (MyLNX8)
 
Checking system communication:
 
    Attempting /usr/bin/rsh with MyLNX8 ........................................................................... 
Cannot /usr/bin/rsh to MyLNX8
Initial system check failed.
 
Press [Return] to continue: 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2021-06-19
  • 2022-02-09
  • 2022-01-06
猜你喜欢
  • 2021-09-02
  • 2021-07-10
  • 2021-05-06
  • 2021-11-09
  • 2021-11-14
  • 2021-08-14
相关资源
相似解决方案