Recently i've encountered an error, but not in the same place that most other people encounter it.
I've made a few programs for qt, one of which is an editor which I use every day (don't like waiting for gedit to open up :p).
I used it a couple of hours ago and it worked fine.
I played with blender a bit, installed Xmms and then tried to use it. It didn't work.
I try opening some other programs I created with Qt - same error:
./Editor: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
libqt-mt.so.3 exists and is in my path and /etc/ld.conf.so
What's happened?
Cheers