Isn't there a way of downloading the all the source of OpenCascade instead of the setup.jar and setupLinux.bin. The problem is that the .bin is made for RH and thus wants the silly libstdc++-libc6.1-1.so.2 compat library that RH made.
Since it's open source I should be able to just get the source and then hack on it untill it want's to compile on my config. Any idea where I can get this?
Thanks
Floris
Discussion
4 archived replies
Posts are displayed in their archived order.
01Commenter-1
I'm having the same problem with mandrake
root/tmp/isjGKQUZ7/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
Debian user could just install the "libstdc++2.10-glibc2.2" package to solve the problem.
03Commenter-3
Thanks! It didn't solve the problem entirely (maybe it did in woody). I had to manually create a simlink like /usr/lib/libstdc++-libc6.1-1.so.2 -> /usr/lib/libstdc++-libc6.2-2.so.3
After that it seemed happy and ran the installer. I was very delighted to find the ros/ directory and actually see the autotools there. I still recon this directory should be available for download as a simple tarball withouth installer.
Cheers
Commenter-3
04Commenter-4
hi,
I have the same error using Fedora Core 6, and I tried to create a simlink but I still have the same error!