Debian Linux

Could OpenCascade be used in Debian Linux?

hackervalley's picture

No in Sid.
With pre-compiled OCC5.1 library C++ has too old version.
I try to recompile OCC5.1. But I have lot of errors.
I mean debian version of packages are too different as Technical Requirement of OOC.

++

Peter's picture

It is strange but I have download it and it works...

hackervalley's picture

Really, I don't understand.
Please can you explain your debian ( 3.0r2 ?)
Have you do some particular things ?

Thanks for answer.

Peter's picture

>Please can you explain your debian ( 3.0r2 ?)

3.0

>Have you do some particular things ?

no, I just run install.csh

hackervalley's picture

I restart from scratch installation of woody3.0r2
./install.csh work fine.
after source env.ksh
I try to use samples/tutorial/run.sh and
error while loading shared libraries: libstdc++-libc6.1-2.so.3: cannot open shared object file: No such file or directory

On woody 3.0r2 I have only
libstdc++-3-libc6.2-2-2.10.0.a
libstdc++-3-libc6.2-2-2.10.0.so
libstdc++-libc6.2-2.a.3
libstdc++-libc6.2-2.so.3
libstdc++.so.3
libstdc++.so.3.0.4

Have you install libstdc++-libc6.1-2.so.3 or recompile this tutorial ?

I mean yes, because when I install libstdc++-libc6.1-2.so.per
apt-get install libstdc++2.10
the tutorial works.

Yes. ++

Peter's picture

>Have you install libstdc++-libc6.1-2.so.3 or recompile this tutorial ?

no, to both questions. at least I didn't install them, you can visit http://www-linux.gsi.de/ and research what softwares are installed here.

hackervalley's picture

Oh! I see
So for install OCC5.1 on woody3.0r2.
You have to install libstdc++-libc6.1-2.so.3 per
apt-get install libstdc++2.10.
Also the tutorial will work.

:-)