
Tue, 09/02/2003 - 19:14
Forums:
Hi,
I downloaded the occ5.0 for linux and installed it on my redhat linux 7.2 machine. Everything went fine but when I tried running the qt tutorial it gave an error saying "cannot find libstdc++-libc6.1-2.so.3". Can any one help please?
Regards
N. Sharjith
Wed, 09/03/2003 - 13:40
Check for qt2.3 to be installed on your machine properly, and set your path variables:
Here you get my example ".profile"-file (I am using bash not csh).
QTDIR=/usr/lib/qt2
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR MANPATH
Hope this helps you out.
MCV
Fri, 09/05/2003 - 18:12
Hi,
I am sure it is not the problem with QT path coz all other applications requiring QT get compiled properly. I cecked out for this particular library on my entire disk but did not find it and I think I have gcc provided with Red Hat Linux 7.2 probably 2.9.6... Well thanx for the advice...
Regards
N. Sharjith
Wed, 09/03/2003 - 13:42
And you should have gcc 2.95.3 installed on your machine.
MCV