View Single Post
Posts: 79 | Thanked: 20 times | Joined on Apr 2010
#4
dpkg -l | grep webkit

Code:
i  libqt4-webkit                                       4.6.2~git20100401-0maemo1+0m5              Qt 4 WebKit module
ii  pyside-qt4-webkit                                   0.4.0-1maemo4                              Qt 4 WebKit module - Python bindings
ii  python2.5-qt4-webkit                                4.7.5-maemo1                               Python bindings for Qt4 Core components.
And dpkg -L libqt4-webkit:

Code:
/opt/lib/libQtWebKit.so.4.6.2
/usr/share/doc/libqt4-webkit
/usr/share/doc/libqt4-webkit/changelog.Debian.gz
/usr/lib/libQtWebKit.so.4.6
/usr/lib/libQtWebKit.so.4.6.2
/usr/lib/libQtWebKit.so.4
Without really knowing how this works, I wonder if the bindings are looking for the so in the "wrong" place? /opt/lib, for example?