Hi all, I'm now working with the MINI2440 development board from http://www.developmentboard.net. the board seems to be perfect, it came with a detailed manual, following which I am testing this board, installed Redhat 9.0, arm-linux-gcc-3.3.2, Qt/embedded, now I'm trying to compile the example program "Hello,world!", where I saw the error information below:

Qt Code:
  1. [root@localhost hello]# make
  2. /usr/lib/qt-3.1/bin/uic hello_base.ui -o ./hello_base.h
  3. /usr/lib/qt-3.1/bin/uic: error while loading shared libraries:
  4. libqt-mt.so.3: cannot open shared object file: No such file or directory
  5. make: *** [hello_base.h] Error 127
To copy to clipboard, switch view to plain text mode 


What does this mean?
what should I do with this?
Any information will be helpful, thanks in advance!