0

I am trying to run a program but the program complains that error while loading shared libraries: libQt3Support.so.4: cannot open shared object file: no such file or directory

I can see that the rest of the needed Qt libraries are there, only this one is not found. I did find / -name libQt3Support.so.4 but this didnt return anything... most likely it is missing.

Samer
  • 222
  • 1
  • 6
  • 17

1 Answers1

4

You need to install the libqt4-qt3support package, which provides that library.

dobey
  • 41,650