LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Red Hat 8 and QT librarys (https://www.linuxquestions.org/questions/linux-software-2/red-hat-8-and-qt-librarys-99052/)

deigote 10-01-2003 12:10 PM

Red Hat 8 and QT librarys
 
Hello people. I'm having a problem with the qt graphical librarys. I use Red Hat 8.0 and I installed the package that comes with the distribution

...
deigote@pielrapida2:(Wed-Oct-03 19:15)~> rpm -q qt
qt-3.0.5-17
...

However, when I try to install something that use them, they cannot be found. Can anybody give me some advice? Thanks!

acid_kewpie 10-01-2003 12:17 PM

exactly how are they not found? please provide actual error messages. if you are compiling from source then you will need qt-devel also.

deigote 10-01-2003 12:33 PM

re: more info
 
Sorry for that, my english isn't as good as i'd like :( the program that i'm trying to install is dc (dc-0.2.19.tar.gz, a direct connect client that can be found on http://download.berlios.de/dcgui/dc-0.2.19.tar.gz) and it is composed by its librarys and a gui. When executing the ./configure of the gui, it tells me the follow:

...
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
...

I didn't known about qt-devel, I'll try to install them. I thought that maybe the problem could be some enviroment variables. Thanks for answering :)


All times are GMT -5. The time now is 12:36 PM.