I'm a Linux newbie. QT Creator 1.0.0 (Qt 4.5) worked fine for Vista and OS X. Under Centos 5.2 I must be missing something.

/home/esutton/qtsdk-2009.01/qt/lib/libQtGui.so: undefined reference to `FcFreeTypeQueryFace'
collect2: ld returned 1 exit status

My best guess is libQtGui has a dependency on Fonconfig. I have fonconfig and fonconfig-devel 2.4.1.7. I could not find any newer RPMs for Centos. I tried downloaded the 2.6 tarball and configure,make, and make install without success. What else may I be missing?

Thanks in advance for any direction,

-Ed