Opencascade installation problem on Fedora 8

Hi
I an trying to install OpenCASCADE on fedora 8 os and getting the following error

#######################################################################################################
InstallShield Wizard

Initializing InstallShield Wizard...

Preparing Java(tm) Virtual Machine...
...................................
...................................
...................................
...................................
...................................
...................................
...................................
...................................
......../tmp/isjB8s0FF/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
#######################################################################################################

I have installed the compact-libstd++ libs
compat-libstdc++-33-3.2.3-62
compat-libstdc++-296-2.96-139

and the java version : jdk1.6.0_01

can anyone please help me to resolve this error

Dan Horak's picture

I have the same problem, I have even installed the compat-libstdc++-296 package from Fedora Core 4 (it contains the exact libstdc++-libc6.1-1.so.2 library), but no success.

Sharjith Naramparambath's picture

Hi,
Try running the jar file directly from command line: "java -jar setup.jar" instead of running the installer script.

Regards
N. Sharjith

DeleDivaneeh's picture

I have the same problem,too!

"The wizard cannot continue because of the following error : could not load wizard specified in /wizard.inf(104)"

I get this error!I think my problem is related with my java version,but I downloaded the latest java versions and the problem is not gone yet.

I compile the setup.jar file of the OpenCascade like that

java -cp setup.jar run

What is wrong with this?Is there any solutions??