I want to update fontconfig to a newer version but it seems that the OS is still finding the old fontconfig and I need the newer version to build qt. How do I make Red Hat 5.3 see the newer version? I do not know if this helps but when I did a search for fontconfig I found some files in a folder called cache. When I do yum update it tells me everything is up to date but that version is too old and is missing FcFreeTypeQueryFace. Just send me a comment if this is wrong site and ill change it.
feedback
|
|
If you get this error under RHEL or CentOS 5.x:
Apparently libQtGui.so fails trying to use the libfontconfig `FcFreeTypeQueryFace' method. Prior to version 2.4.2 it either did not exist or perhaps the signature was changed in version 2.4.2. Not sure which, but an updated version needs to be installed to: '''/usr/lib/libfontconfig.so.1''' How to Fix Download sources and configure to install where it expects to find it:
After doing this, you do not need to add the fontconfig library location to your Qt project’s .pro file.
This has worked for me on RHEL 5.3. I hope this helps! -Ed | |||||||
feedback
|
|
You need to either
or
| |||||
feedback
|