Wednesday, March 17, 2010

Installing CAMM on 64-bit Linux

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

No comments: