On Mon, 2003-03-17 at 23:10, Ben Burton wrote: > > OMG, you're right! I've just copied /usr/lib/libqt.so.3.1.1 to > > /usr/share/qt3 named as libqt.so and libqt3.so and voila - it all works! > > The libqt.so link is provided by package libqt3-dev, which is different > from libqt3-mt-dev (which is the Qt development package dragged in with > kdelibs4-dev amongst other things). > > It might be worth making sure you have this package installed (instead > of using this manual copying of files).
You cannot install libqt3-dev as well as kdelibs4-dev. Apt won't allow you. That is why I was having all the trouble in the first place. I still have a libqt.so.3 in /usr/lib (which is distinct from /usr/lib/libqt-mt.so.3), but there wasn't any links to it from /usr/share/qt3 and so wasn't being found. A