PDA

View Full Version : QT-2.3.2 RPM for Redhat7.2



Cryonic
04-18-2002, 02:42 PM
http://www.rpmfind.net//linux/RPM/kde/stable/2.2.2/RedHat/7.2/SRPMS/qt-2.3.2-1.src.html

ftp://speakeasy.rpmfind.net/linux/KDE/stable/2.2.2/RedHat/7.2/SRPMS/qt-2.3.2-1.src.rpm

Installation:

Download the src.rpm

cd /usr/bin
mv gcc gcc.old
mv g++ g++.old
ln -s gcc3 gcc
ln -s g++3 g++
cd <directory with qt src.rpm>
rpmbuild --rebuild qt-2.3.2-1.src.rpm

Go get something to drink, this will take a long time.

cd /usr/src/redhat/RPMS/i386
rpm -Uvh qt2-2.3.2* qt2-devel*

Now go back to the other install guides and continue on.

These instructions assume that you meet all the prerequisites for installing SEQ (minus QT).

fyodorst
04-18-2002, 04:43 PM
#cd
#ftp ftp.trolltech.com
>anonymous
>[email protected]
>cd qt/source
>get qt-x11-2.3.2.tar.gz
>quit
#tar zvxf qt-x11-2.3.2.tar.gz
#mv qt-2.3.2/ /usr/local/qt
#cd /usr/local/qt
[then copy the env vars to /etc/profile as instructed... dont forget to export too]
#./configure -thread
#make

you are done now

wolflicker
05-31-2002, 09:57 PM
When i did the method posted first, i ran into a problem. It needed libmng-static. i was able to grab that from the same site and install it. Once i did that i was fine. Now to see if i run into the segmenation fault like i did installing qt the old way.

high_jeeves
05-31-2002, 11:00 PM
Actually fyodorst, Your method assumes that you already have gcc3 setup in path correctly, which no out of the box install does.. your method will not work to correctly build qt for ShowEQ without making sure gcc3 is your compiler..

--Jeeves

S_B_R
06-01-2002, 01:16 PM
Um also Zaphod made RPMs for QT a long long time ago... You can find them in this thread (http://seq.sourceforge.net/showthread.php?s=&threadid=70)...