I'm running 9.2 and have encountered this error after a ./configure several times. "checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support!" Now, I looked in /usr/lib/qt3/lib and found libqt-mt.3.3.3 and a couple of links to it. I didn't build Qt, but installed it as part of the standard Linux installation process through YaST. I also checked /etc/ld.so.conf and found that while /usr/lib was there, the aforementioned folder was not so I added it and ran ldconfig. It seems like if the lib and its links are there, all should be good, but it's not. I've also looked at some forum discussion and didn't find anything that fixed it. Have others encountered this problem? Do I really need to rebuild Qt with thread support? I know KDE itself is using threads so that doesn't seem right. If /etc/ld.so.conf contains /usr/lib, does the build environment know to look in subdirectories also? Thanks for the help. -- Bill Lugg Milstar Software Support Peterson AFB, CO
On Sunday 18 September 2005 00:33, William H Lugg wrote:
I'm running 9.2 and have encountered this error after a ./configure several times.
"checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support!"
You probably need to install the qt3-devel rpm. Generally speaking you need to install xxx-devel rpms to compile "xxx" apps. I haven't built any qt apps so can't be sure, but this is where I would start.
On 18/09/05, Robert Paulsen <robert@paulsen.homeip.net> wrote:
On Sunday 18 September 2005 00:33, William H Lugg wrote:
I'm running 9.2 and have encountered this error after a ./configure several times.
"checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support!"
You probably need to install the qt3-devel rpm. Generally speaking you need to install xxx-devel rpms to compile "xxx" apps. I haven't built any qt apps so can't be sure, but this is where I would start.
Could it be that the apps you are trying to install/run are looking for the QT 3.2 lib as opposed to the 3.3* lib? Maybe they simply will not run with 3.3*? -- ============================================== I am only human, please forgive me if I make a mistake it is not deliberate. ============================================== Take care. Kevan Farmer 34 Hill Street Cheslyn Hay Staffordshire WS6 7HR
participants (3)
-
Kevanf1
-
Robert Paulsen
-
William H Lugg