在64位的Red Hat Enterprise Linux Server release 6.6上安裝Symantec Backup Exec 2010時, 遇到下麵錯誤: # ./installralus ./installralus: ../perl/Linux/bin/perl: /lib/l... ...
在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:
出現這個錯誤的原因是因為配置文件/etc/hosts裡面沒有配置主機名, 在 /etc/sysconfig/network中主機名為MyLNX8
# more /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdom
修改配置文件/etc/hosts後,這個問題解決。
# more /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.xx.xxx MyLNX8.xxx.xxx.com MyLNX8