LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Question about building QT on linux (https://www.linuxquestions.org/questions/linux-software-2/question-about-building-qt-on-linux-854747/)

rainman1985_2010 01-06-2011 09:15 PM

Question about building QT on linux
 
I tried to install qt framework on linux, but when configuring, it tells that "QtDBus module......no". I need the QtDBus module to install qbitorrent on my computer. My OS is CentOS 5.4, I installed qt and qbitorrent when I was using CentOS 5.3 and there was no such problem. Please help me! Thank you:-)

andrewthomas 01-06-2011 09:29 PM

what distribution are you using?

OOPS: I guess I missed that part.

John VV 01-06-2011 09:41 PM

a few problems CentOS dose NOT backport or support older minor versions ( like red hat dose)
Centos 5.3 and 5.4 are unsupported


CentOS 5.5 uses kde 3.5 and QT 3
all the rpm's are in the MAIN repos !
the easiest way ( if only Gnome is installed ) is to install kde and the kde devel tools ( "add and remove software" GUI or use yum )

cent 5 USES QT3 !!!!

if you NEED QT4.4 ???? have fun - or install a different OS
now there IS a "experimental" centOS repo for installing KDE 4 and qt4 ON CENT 5.5 --- but use at your own risk

you might want to read the CentOS wiki
http://wiki.centos.org/

rainman1985_2010 01-06-2011 10:53 PM

Quote:

Originally Posted by John VV (Post 4216001)
a few problems CentOS dose NOT backport or support older minor versions ( like red hat dose)
Centos 5.3 and 5.4 are unsupported


CentOS 5.5 uses kde 3.5 and QT 3
all the rpm's are in the MAIN repos !
the easiest way ( if only Gnome is installed ) is to install kde and the kde devel tools ( "add and remove software" GUI or use yum )

cent 5 USES QT3 !!!!

if you NEED QT4.4 ???? have fun - or install a different OS
now there IS a "experimental" centOS repo for installing KDE 4 and qt4 ON CENT 5.5 --- but use at your own risk

you might want to read the CentOS wiki
http://wiki.centos.org/

Isn't there any way to enable QtDBus module on CENT 5.4?

rainman1985_2010 01-06-2011 10:54 PM

Quote:

Originally Posted by andrewthomas (Post 4215994)
what distribution are you using?

OOPS: I guess I missed that part.

I'm using CentOS 5.4

John VV 01-06-2011 11:57 PM

Quote:

I'm using CentOS 5.4
you might want to make back ups of important data and run
Code:

su -
yum upgrade

this will upgrade to 5.5

-- warning --
that will ONLY upgrade the base install .Any programs YOU built from source or installed from rpm ( NOT from cent or rpmforge ,or cent-plus ) will need to be installed by hand .
if they were NOT installed using yum or installed using yum with Local Install you need to update them by hand


All times are GMT -5. The time now is 06:39 AM.