How to get Jini Starter Kit 2.1 Installation working on Linux October 7, 2008
Posted by sandakith in Tooling.trackback
I ran in to this problem when I tried to install Jini Starter Kit on Linux and had to do HEX manipulation to get it running completely
When I execute the binary the error was
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
with the help of this valuable information on the web
I did manage to install Jini on my Ubuntu 64 bit Linux machine.
To run the default Lunach_All binary also I had to do the same thing.
I used hexedit for all the HEX editing done to binary.
CAUTION : One last note that its always better to backup your original binary file before starting hexedit
Comments»
No comments yet — be the first.