I am gettiing error while installing bin files.

Status
Not open for further replies.

prashanthmpai

Broken In
I am getting error while installing .bin files from terminal as -"./j2eesdk-1_4-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory". I am using Red Hat Linux Enterprise Linux 4.
 

desertwind

Cyborg Agent
you need to install the package compat-libstdc++ which can be found on your RHEL installation disk.

you can also download it from here
 

desertwind

Cyborg Agent
Ok then, try the following steps.
1. create a directory and move thej2eesdk-1_4-linux.bin file into it and run the unzip command to extract it.
Code:
$ unzip j2eesdk-1_4-linux.bin
2. run the following command
Code:
$ package/jre/bin/java -cp .:package/PackageFormat.jar -Xmx256m appserv

try and post the result.
 
OP
P

prashanthmpai

Broken In
Thanks i installed the server now.

when i typed the code you have given to me i got this - "package/jre/bin/java -cp :package/PackageFormat.jar -Xmx256m appserv
Warning: Cannot convert string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type FontStruct", then it started the actual process and installed ths server. Only thing now is to use the server.
 
Status
Not open for further replies.
Top Bottom