-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bartosz Fabianowski wrote: >>> _Z7qstrcmpRK10QByteArrayPKc : qstrcmp(QByteArray const&, char >>> const*) >> I can't locate any library having such a symbol (after a LOT of >> searching) > > nm /usr/local/lib/qt4/libQtCore.so | grep _Z7qstrcmpRK10QByteArrayPKc > 0006ee40 T _Z7qstrcmpRK10QByteArrayPKc > > The symbol is provided by libQtCore.so which is installed by > devel/qt4-corelib. You should look into why this library does not export > that symbol on your system. > > - Bartosz
Thanks to you and Henry Hu for spotting this. I had actually spotted that lib earlier, and had already rebuilt it, but hadn't looked closely enough to notice that it got installed into it's own "qt4" subdirectory of /usr/local/lib, hence when I did my foreach scan of /usr/local/lib, it failed to spot it. I was going to ask which of several methods to use to get this lib into the lib list, when I noticed that it WAS there, but an earlier version. I needed to get rid of that ref to libQtCore.4.3 (vice the new 4.4 version). Hmm, yes, but Chuck, be careful not to kill the old one until the new one works ... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkm4EPoACgkQz62J6PPcoOlDbACfR1VbMKjsASO8cZKhzn8IIT2V rbYAnR5m7zu2rDGl90AEBpWG3+wF97bg =TRvN -----END PGP SIGNATURE----- _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information