The problem is caused by 3rd party application installing own versions of Qt libraries. In my case, it is MF 710 3G modem used by sold by some mobile operators here (Bangladesh). The libraries are in `/opt/Teletalk_3G/usr/lib` (for Teletalk provider). The solution is just remove those libraries.
cd /opt/Teletalk_3G/usr/lib sudo mv libQt* /tmp/ Then use `ldconfig` command to reload the libraries. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/115970 Title: qt4 apps doesn't start with symbol lookup error To manage notifications about this bug go to: https://bugs.launchpad.net/qt/+bug/115970/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
