I had a bit of an issue when I tried to install the cryptocard server on a recently upgrade Suse Linux 10.1 server. I kept getting the below darn error messages every time I ran the installer:
error while loading shared libraries: libc.so.6: cannot open shared object file:
No such file or directory
This was a bit irrating because my libc.so.6 was right under the "/lib" path. I tried opening up /etc/ld.so.cof and added the "/lib" path to it and run ldconfig -v to update the cache. No luck. Upon googling, I came across a page that provided a suggestion about LD_ASSUME_KERNEL and it worked after I followed through it.
$perl -pi -e 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/' cryptcoserver_6_4_for_linux.bin
Here was the link that I got the perl command idea from:
http://www.mail-archive.com/jxplorer-users@lists.sourceforge.net/msg00132.html
Good luck,
Nefertitian.
1 comment:
I just remembered, cryptocard does not support suse 10.1 as of now, so i'd recommend switching back to the old one.
Post a Comment