BiGuY
06-18-2002, 02:02 AM
this is very easy to do :) all you gotta do is click the links save em to a folder and run a couple commands and then you can continue onto the tutorial
my suggestion on the initial install of linux is to install Development packages, and kernel development, things like that, and this should work with no problem :)
you should be logged onto root user
ok there are only 5 packages that you need to get SEQ working.
download these anyway you'd like onto your linux box thats running RH 7.3
just click and save :) all into the same folder
find an easy place such as /home
All these links should work, i just updated them on 6/19, shouldnt have problems
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/gcc3-3.0.1-3.i386.rpm
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/gcc3-c++-3.0.1-3.i386.rpm
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/libgcc-3.0.1-3.i386.rpm
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/libstdc++3-3.0.1-3.i386.rpm
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/libstdc++3-devel-3.0.1-3.i386.rpm
download all those into same directory
open up a console window
change to the directory you saved it in
lets say you saved all the packages into /home/
you would type:
cd /home
rpm -Uvh *.rpm
and it does its thing....
once thats complete you can continue to compile the qt thingy
Let me know if it solves your problems :)
back to the other tutorial (http://www.hackersquest.org/boards/viewtopic.php?t=276)
my suggestion on the initial install of linux is to install Development packages, and kernel development, things like that, and this should work with no problem :)
you should be logged onto root user
ok there are only 5 packages that you need to get SEQ working.
download these anyway you'd like onto your linux box thats running RH 7.3
just click and save :) all into the same folder
find an easy place such as /home
All these links should work, i just updated them on 6/19, shouldnt have problems
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/gcc3-3.0.1-3.i386.rpm
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/gcc3-c++-3.0.1-3.i386.rpm
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/libgcc-3.0.1-3.i386.rpm
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/libstdc++3-3.0.1-3.i386.rpm
http://mirror.hiwaay.net/redhat/redhat/linux/7.2/en/os/i386/RedHat/RPMS/libstdc++3-devel-3.0.1-3.i386.rpm
download all those into same directory
open up a console window
change to the directory you saved it in
lets say you saved all the packages into /home/
you would type:
cd /home
rpm -Uvh *.rpm
and it does its thing....
once thats complete you can continue to compile the qt thingy
Let me know if it solves your problems :)
back to the other tutorial (http://www.hackersquest.org/boards/viewtopic.php?t=276)