You are not logged in.

blu fire

Beginner

  • "blu fire" started this thread

Posts: 20

Location: London

Occupation: Student

  • Send private message

1

Sunday, May 30th 2004, 11:22pm

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

wysota

Trainee

Posts: 65

Location: Warsaw, POLAND

  • Send private message

2

Sunday, May 30th 2004, 11:33pm

RE: libqt-mt.so.3 error - out of the blue

Try running ldconfig (if you didn't try this one), maybe it will help.
Live and let live - use the search engine.
"Use the docs Luke, use the docs!"

blu fire

Beginner

  • "blu fire" started this thread

Posts: 20

Location: London

Occupation: Student

  • Send private message

3

Sunday, May 30th 2004, 11:40pm

Wuhoo!!
Wysota, you are just amazing. Thank you so much, I was really getting worried.