Looks like a C++ ABI mismatch to me (those undefined symbols look like
C++ mangled names to me, but I could be wrong).

Maybe your /usr/lib/libstdc++ library needs to be upgraded? (preferably
without breaking any existing C++ apps on your system...)

If all else fails you could try running ldd on the libkde*.so's to find
the libraries they depend on and then use nm to look in those libs for something
that "looks like" the undefined C++ symbols you hit. The idea being this
would suggest *those* libs would need upgrading.

C++ ABI can really be a bear... mostly seems due to the compiler having
to mangle the object methods and data into a flat symbol. Eg
minimumSizeHint__C7QDialog() might correspond to
minimumSizeHint.QDialog(). But I am no expert.


On Fri, 22 Dec 2000, "Thomas M. Albright" <[EMAIL PROTECTED]> wrote:
> I installed kde 2.0.1 on my RedHat 6.1 system. Now, when I try to use
> it, it seems to start fine, then quits with the following:
> 
> ksplash: error in loading shared libraries: /usr/lib/libkdeui.so.3: undefined 
>symbol: minimumSizeHint__C7QDialog
> kdeinit: error in loading shared libraries: /usr/lib/libkdecore.so.3: undefined 
>symbol: startsWith__C7QStringRC7QString
> knotify: error in loading shared libraries: /usr/lib/libkdeui.so.3: undefined 
>symbol: minimumSizeHint__C7QDialog
> ktip: error in loading shared libraries: /usr/lib/libkdeui.so.3: undefined symbol: 
>event__9QLineEditP6QEvent
> Session management error: networkIdsList argument is NULL
> ksmserver: error in loading shared libraries: /usr/lib/libkdecore.so.3: undefined 
>symbol: new_metaaccess__11QMetaObjecti
> 
> waiting for X server to shut down mach64ProgramClkMach64CT: Warning: Q < 10.66666667
> 
> 
> Any thoughts?


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to