PDA

View Full Version : haveing problem with ./configure



TheTrackingEnch
08-10-2003, 01:24 PM
I am using the installation instructions for RedHat 8.0 to install on Redhat 9 because I could not find a RedHat 9 guide. I get the following at the end of the ./configure

checking for Qt... no
>> Unable to locate your Qt includes...
configure: error: Please verify your Qt devel install!

I have tried to install theQt devel by doing the following:

wget --passive-ftp http://doomed.to/showeq/qt-gcc3-devel-2.3.2-1.i386.rpm
wget --passive-ftp http://doomed.to/showeq/qt-gcc3-2.3.2-1.i386.rpm
rpm -ivh qt-gcc3-2.3.2-1.i386.rpm qt-gcc3-devel-2.3.2-1.i386.rpm

And get the following error:

error: Failed dependencies:
libstdc++.so.3 is needed by qt-gcc3-2.3.2-1
libstdc++.so.3 is needed by qt-gcc3-devel-2.3.2-1

What am I doing wrong?

humble1
08-10-2003, 01:37 PM
hmmm, installed RH9 "Everything" and downloaded SEQ, Patched, Compiled...no need for libs at all... took all of maybe 15 mins... the FAQ was pretty clear to me

2.4 - Why does ShowEQ require gcc-3.0.5+ and qt-3+?
Because these are the most recent versions of the Gcc compiler and the Qt libraries. The new versions include performance enhancements and support features that have been recently added to ShowEQ. This shouldn't be a problem, as most any modern Linux distribution will come with these versions already installed.
2.5 - Where/How do I download ShowEQ?
Make sure you are logged in as the user 'root'. From a terminal window type the following, pressing the return key when prompted for a password (it is blank):
# cd /
# cvs -d:pserver:[email protected]:/cvsroot/seq login
Logging in to :pserver:[email protected]:2401/cvsroot/seq
CVS password:
# cvs -d:pserver:[email protected]:/cvsroot/seq co showeq
This will download the source and maps for ShowEQ into the directory "showeq" where ever you ran the command from (usually ~/).
2.6 - How do I compile ShowEQ?
From a terminal window type the following:
# cd showeq
# make -f Makefile.dist
# ./configure
# make && make install

TheTrackingEnch
08-10-2003, 01:42 PM
I installed RH9 "workstation" selection and used disks 1 through 3, do I need to install those 3 extra CD's?

humble1
08-10-2003, 01:44 PM
not workstation, Custom... then when it asks for which packages to install, scroll all the way down....choose Everything

humble1
08-10-2003, 01:58 PM
when your all done, follow these steps, might keep you outta trouble :)

Decent install instructions (http://seq.sourceforge.net/forums/showthread.php?s=&threadid=3768)