On Thu, Jun 22, 2000 at 11:52:03PM -0400, [EMAIL PROTECTED] wrote:
> Ok, I did that. After I installed it I changed to /usr/src/redhat/SPECS and
> did "rpm -bb licq.spec" to recompile it. Here's the tail showing the errors
> I got:
>
> make[2]: Entering directory
> `/usr/src/redhat/BUILD/licq-0.81/plugins/qt-gui-0.81/po'
> /usr/lib/qt-2.1.0/bin/msg2qm ./cs_CZ.po ./cs_CZ.qm
> /usr/lib/qt-2.1.0/bin/msg2qm: error in loading shared
> libraries: libstdc++-libc6.1-2.so.3: cannot open shared object file: No
> such file or directory
[...]
> Note that libstdc++-libc6.1-2.so.3 is still missing, and I can't compile
> the qt-gui without it. So, what can I do?
According the messages you're getting, it's *not* licq that's missing
the libstdc++, but Qt itself (or one of its auxilliary programs: In this
case "msg2qm"). To confirm this, run
ldd /usr/lib/qt-2.1.0/bin/msg2qm
which should result in a "not found" somewhere.
Where did you get that Qt from? You might need to get the SRPM of Qt and
rebuild that one, too, as it seems to have been built on a machine with
that libstdc++ installed.
HTH,
Thomas
--
"Look, Ma, no obsolete quotes and plain text only!"
Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
"You have to live on the edge of reality - to make your dreams come true!"
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.