If installing CAMM on 64-bit Linux and you encounter the following error:
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
execute the following to fix:
cat install.bin |sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > install.fixed
chmod +x install.fixed
./install.fixed
Wednesday, March 17, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment