Hi Jonathan,
On Saturday 13 December 2008 19:06:42 Jonathan Wilner wrote:
> /opt/kde-4.1/bin/kcalc
> ld.so.1: kcalc: fatal: relocation error: file
> /opt/kde-4.1/lib/libkdeinit4_kcalc.so: symbol __1cIQdDMapDataLshared_null_:
> referenced symbol not found
bash-3.2$ c++filt
__1cKQdDByteArrayLshared_null_
QByteArray::shared_null
bash-3.2$ nm -D -C /opt/foss/qt4/lib/libQtCore.so | grep shared_null
[5211] | 3486876| 20|OBJT |GLOB |0 |22 |
QByteArray::shared_null
[__1cKQdDByteArrayLshared_null_]
(ok, that's actually the missing symbol for kmail). Can you do a similar nm on
your libQtCore? Can you double-check there's no other libQtCore.so lying
around?
[ade]