DiscussionsIssue archiveOther usage issues

Archived discussion

OpenCascade on Debian

Other usage issuesMon, 04/11/2005 - 02:034 replies

Browse this forum
QuestionAuthor

Hello

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

if I

rpm -qa | egrep "glibc|bash|libstdc|gawk"

libstdc++6-3.4.1-3mdk
libstdc++5-3.3.4-1mdk
bash-doc-2.05b-22mdk
libstdc++6-devel-3.4.1-3mdk
bash-2.05b-22mdk
gawk-3.1.3-3mdk
glibc-2.3.3-20mdk
glibc-devel-2.3.3-20mdk

Any clues

02Commenter-2

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!

Please help

Thanks