I ran across your post b/c I was looking for a solution for why my
lastfm client stopped running with the same error you were having...

I fixed it and it was definitely caused by a third party app that
installed an old version of  libQt... in my cases nessus..

found it by typing:

ldconfig -v

saw:
/opt/nessus/lib:
        libQtGui.so.4 -> libQtGui.so.4.3.4
        libQtCore.so.4 -> libQtCore.so.4.3.4
        libQtXml.so.4 -> libQtXml.so.4.3.4

realized the "installed" version is 4.4.0

to fix, removed /opt/nessus from /etc/ld.so.conf

reran sudo ldconfig

fixed!

Hope this helps...

-- 
cannot start smplayer
https://bugs.launchpad.net/bugs/226119
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to qt4-x11 in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to