Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
libqt-mt.so.3 error - out of the blue
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
RE: libqt-mt.so.3 error - out of the blue
Try running ldconfig (if you didn't try this one), maybe it will help.
Wuhoo!!
Wysota, you are just amazing. Thank you so much, I was really getting worried.