Click to See Complete Forum and Search --> : Problems with LICQ 1.0.4


Nomi
12-10-2001, 03:11 PM
Hi all!
I tried to install LICQ and by compiling the qt interface I get following error message:

cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/usr/local/src/licq-1.0.4/plugins/qt-gui-1.0.4'
Making all in src
make[2]: Entering directory `/usr/local/src/licq-1.0.4/plugins/qt-gui-1.0.4/src'/usr/lib/qt2/bin/moc ./adduserdlg.h -o adduserdlg.moc
/usr/lib/qt2/bin/moc: error in loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
make[2]: *** [adduserdlg.moc] Error 127
make[2]: Leaving directory `/usr/local/src/licq-1.0.4/plugins/qt-gui-1.0.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/licq-1.0.4/plugins/qt-gui-1.0.4'
make: *** [all] Error 2
what did I wrong?
i'm using suse 7.pro with kde 2.2.2
any hints ??
thanks in advance

[ 10 December 2001: Message edited by: Nomi ]

Taizong
12-10-2001, 03:16 PM
this is a snippet from your post:

make[2]: Entering directory `/usr/local/src/licq-1.0.4/plugins/qt-gui-1.0.4/src'/usr/lib/qt2/bin/moc ./adduserdlg.h -o adduserdlg.moc/usr/lib/qt2/bin/moc: error in loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

libstdc++-libc6.2-2.so.3 does not exist. Looks like a standard C++ library or something, I don't know, but that looks like your deal. My guess is that you are missing some dev packages for KDE (since KDE is the only thing I can think of that would ring up the C++ dependancies related errors)

Nomi
12-10-2001, 07:06 PM
thanks for your answer.
but do you know where to get a package for SuSE?
I found a libc.rpm on the SuSE server, downloaded it and installed it. It seems to be an old version, because I got the same error message.
Does somebody know where to find the latest version for SuSE 7.0 prof and how to install it, without crashing the system?
Thanks