| Author |
Topic  |
|
|
gothicbob
Omega Member
  
United Kingdom
135 Posts |
Posted - 02/03/2006 : 08:25:40 AM
|
Hey im having some problems with installing valknut on SuSe 10 (64bit edition)
./configure leads me to get this error: checking for Qt... configure: error: Qt (>= Qt 3.0) (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!
Ive searched google and found people with similar problems but non of the results seem to give a clear answer, or at least one thats easy enough for me to even bother attempting (im fairly new to linux).
Just wondering if anyone could help, it says to check config.log, so i check it but i cant really find anything of use to me.
Cheers in advance for any help, also if anyone knows any alternative to valknut as a DC++ client (i seen wikipedia has a whole page on them) then that would be helpful because im currently trying to get SuSe to do everything that i use XP for at the moment so that eventually i wont really need XP at all. |
|
|
sakuramboo
Moderator
    
USA
9852 Posts |
Posted - 02/03/2006 : 1:54:22 PM
|
try updated QT.
the error message you got tells you everything you need to know.
Qt (>= Qt 3.0) (library qt-mt)
the version of QT you have installed is lower than version 3.0. and it knows that because the qt-mt library is not there. updating QT should fix it. |
 |
|
|
gothicbob
Omega Member
  
United Kingdom
135 Posts |
Posted - 02/03/2006 : 8:09:20 PM
|
yeah sorry i didnt make myself clearer, but i have qt 3 so thats not the problem
(im not a complete retard) |
 |
|
|
sakuramboo
Moderator
    
USA
9852 Posts |
Posted - 02/03/2006 : 8:14:56 PM
|
type
locate qt-mt |less
and see it finds it. |
 |
|
|
gothicbob
Omega Member
  
United Kingdom
135 Posts |
Posted - 02/04/2006 : 07:17:06 AM
|
that just brings back a blank console screen with "lines ?-?/? (end) at the bottom.
If i do echo $QTDIR it brings back : /usr/lib/qt3
dunno if that helps |
 |
|
|
sakuramboo
Moderator
    
USA
9852 Posts |
Posted - 02/04/2006 : 2:54:06 PM
|
oh, sorry, forgot you are using suse, try...
whereis qt-mt |
 |
|
|
gothicbob
Omega Member
  
United Kingdom
135 Posts |
Posted - 02/05/2006 : 06:59:37 AM
|
whereis qt-mt returns:
qt-mt: |
 |
|
|
gothicbob
Omega Member
  
United Kingdom
135 Posts |
Posted - 02/05/2006 : 08:30:18 AM
|
Hey ive managed to get it working now, well ive got past the ./configure by manually telling it where to find all the qt stuff
i used: ./configure --with-qt-dir=/usr/lib/qt3 --with-qt-includes=/usr/lib/qt3/include --with-qt-libraries=/usr/lib/qt3/lib64
and now the install is all finished, and it works :D
cheers for your help anyway, ill probably need some more help soon with some more install problems im having.
|
 |
|
| |
Topic  |
|