PDA

View Full Version : ShowEQ 5.0.0.17 under Redhat 9.0 (HOW-TO)



serberus
02-09-2005, 04:28 PM
Firstly, Linux makes me want to rip my face off.

I'm always logged in as root when using linux box (I know, who cares, all it does is SEQ)

Download the following packages:

ftp://sources.redhat.com/pub/automake/automake-1.8.5.tar.gz
http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz
http://ftp.gnu.org/gnu/libtool/libtool-1.4.3.tar.gz
http://www.tcpdump.org/release/libpcap-0.8.3.tar.gz
http://prdownloads.sourceforge.net/seq/showeq-maps-1.0.tar.bz2?download

put them all in /root

type the following

-----------------

tar zvxf automake-1.8.5.tar.gz
tar zvxf autoconf-2.59.tar.gz
tar zvxf libtool-1.4.3.tar.gz
tar zvxf libpcap-0.8.3.tar.gz

cd /root/libpcap-0.8.3
./configure
make && make install

cd /root/autoconf-2.59
./configure --bindir=/usr/bin
make && make install

cd /root/automake-1.8.5
./configure --bindir=/usr/bin
make && make install

cd /root/libtool-1.4.3
./configure --bindir=/usr/bin
make && make install

cd /root

cvs -z3 -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co -r pre_5_0_beta showeq

cd /root/showeq
make -f Makefile.dist all
./configure
make && make install

cd /root
tar xjvf showeq-maps-1.0.tar.bz2
cd /root/showeq-maps-1.0
./configure
make install

showeq

---------------------

That's what I did and now I have skittles, thanks to various people on the boards for most of this info, I just pieced it together.

Serberus

purple
02-09-2005, 04:33 PM
This is the development forum. There's another help desk forum. Unless message boards also make you want to rip your face off, you'll do better posting in the correct place.

Thanks.

eqhunter
02-13-2005, 11:56 AM
this got my RH Enterprise Linux 3 Workstation running SEQ.

thanks.....

mastrrob
02-17-2005, 07:42 PM
this guild rocked to get me up to todays patch... but i have no clue how to get the patch rolled into this. Can you help me out?



Thanks


Rob(super noob)