Hello everybody
Finally my CRX installation works!
I had to do two things:
I needed to install the JDK 1.4.2.
I could not start the CRX-Server under JDK 1.6
As Toby suggested i ran this command:
sed -i
's#linux_LD_ASSUME_KERNEL_hack=1#linux_LD_ASSUME_KERNEL_hack=0#'
crx1-2-0-20060622-developer.sh
I still get this error message on the installation:
nawk: error while loading shared libraries: libm.so.6: cannot open
hared object file: No such file or directory
But it seems that this has no impact to the installation.
Simon