Linux下InstallAnywhere libm.so.6 libc.so.6 ... 无法找到的解决方法


- copy the cd contents to the hard drive
- go to the directory /Linux/Disk1/InstData/VM or wherever the file LinuxInstaller.bin is located
- then do the following two commands

cp LinuxInstaller.bin LinuxInstaller.bin.bak

cat LinuxInstaller.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_Kernel/" > LinuxInstaller.bin

- after that, run the installer as normal and it should work
posted @ 2009-06-01 18:18  Bobyguo  阅读(1412)  评论(0)    收藏  举报