LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Trying to install Karamba in SUSE (https://www.linuxquestions.org/questions/linux-software-2/trying-to-install-karamba-in-suse-156769/)

phikap6878 03-12-2004 11:40 AM

Trying to install Karamba in SUSE
 
I've tried installing a few applications in KDE 3.2 and I get this error message. Can anyone tell me what I can do to fix it. Thanks.


Checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

DrOzz 03-12-2004 01:49 PM

well either :
a) you do not have QT version greater than or equal to 3.0
or :
b) the configure script couldn't find the headers and libraries ...

so if you know you have at least version 3.0 then tell the configure
script where to find them, and if you don't have QT then you will
have to install it ...

type :
./configure --help

and find what the argument is to specify where QT is ..
such as :
./configure --with-QT-dir=DIRECTORY

that is an example so that may not be exact, so that is
why you'll need to pass --help to configure to see
what arguments it accepts ...


All times are GMT -5. The time now is 01:38 AM.