expert with this errors

i have tried to install the Binary file with every other options but every time it gives different kind of error. The problem with the binary script is that it is trying to extact the files under /tmp location which is a secure area for Cpanel server ( Also tried to unmount /tmp partition but still same results). The errors generated are given below.

====
Launching installer...

head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
/tmp/install.dir.3626/Linux/resource/jre/bin/i386/native_threads/java: error while loading shared libraries: libjvm.so: cannot open shared object file: No such file or directory
====

Since the Binary script file extracts its installation under /tmp location we tried to change the /tmp location from the binary file but it generates the Corrupt tar.Z file because the offset for the binary file is changed so the binary file cannot be modified.

Next we tried to mount the /tmp with "rw" option again a different error.

===
Launching installer...

./Install_DigiChat.bin: /tmp/install.dir.3874/Linux/resource/jre/bin/java: /bin/sh: bad interpreter: Permission denied

===

where is problem

 

 

 

 

Top