LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install kde ,apache mysql php and qt4 in centos (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-kde-apache-mysql-php-and-qt4-in-centos-738004/)

krmkrishnan 07-06-2009 04:34 AM

How to install kde ,apache mysql php and qt4 in centos
 
hi friends,
im new to opensource we have chosen centos 5.3.after the installations is finished when the system is rebooted it does not do.it showed error on and it is possible to boot centos only thru centos cd in the cd drive.

In this situation im unable to reinstall the centos it does not go to the setup process.first i need to install centos 5.3 then
i need to install qt4 php mysql apache and have to start developing
pls help how to install them..
thanks... in advance
mohanakrishnan

vasanthmurali 07-06-2009 05:24 AM

Quote:

Originally Posted by krmkrishnan (Post 3598204)
hi friends,
im new to opensource we have chosen centos 5.3.after the installations is finished when the system is rebooted it does not do.it showed error on and it is possible to boot centos only thru centos cd in the cd drive.

In this situation im unable to reinstall the centos it does not go to the setup process.first i need to install centos 5.3 then
i need to install qt4 php mysql apache and have to start developing
pls help how to install them..
thanks... in advance
mohanakrishnan

yum install *php*
yum install *mysql*
For installing qt4 download and compile it from source.

krmkrishnan 07-06-2009 06:03 AM

thanks for the reply but unfortunately im a newbiew i dont know how to compile the source
pls tell me how to do that.
thanks in advance...
mohanakrishnan

r0b0 07-06-2009 06:46 AM

Hi mohanakrishnan,

first you need to download the source from the QT website. Unpack the source to your directory and compile it.

Usually there is a README or INSTALL file with detailed instructions on how to compile the package. Usually you just use these 3 commands to compile and install the package:

Quote:

configure
make
make install
R.


All times are GMT -5. The time now is 05:40 AM.