install problems

I'm trying to install OpenCascade on a Knoppix computer. It starts and runs for a while but the I get this error message: tmp/isj7rKhCE/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 looked for the refernced file but can't find it. Any help would be appreciated.

Thanks

Etienne LORRIAUX's picture

I'm running a gentoo and i get the same error. I thought the reason was a compatibility problem between older gcc versions and the one I use (3.3.4-r1). So i tried to install the libstdc++-v3 package which is supposed to improve compatibility with older gcc versions, but it failed too.

Regards.

Etienne LORRIAUX's picture

I just found the solution by compiling the package lib-compat on my distribution. You should be able to install it using apt-get tool since knoppix is based on debian :
http://packages.debian.org/cgi-bin/search_contents.pl?word=libstdc%2B%2B...

Regards.