PDA

View Full Version : 5.0.0.18 committed to CVS



bonkersbobcat
02-21-2005, 12:00 AM
Purple's -purple2 patch and uRit1u2CBBA='s zones.h patch have been committed to cvs as version 5.0.0.18 (cvs tag v5_0_0_18). They should be available for public, anonymous download sometime tomorrow.

Thanks guys for keeping SEQ working!

BB

tanner
02-21-2005, 12:25 AM
purple and uRit1u2CBBA you happy with BB's commit?

:)

Just want the patch authors to green-light 5.0.0.18 before I roll another debian package.

(* Even though it looks like 5.0.0.17-0.4 is everything 5.0.0.18-cvs is *)

Thanks.

uRit1u2CBBA=
02-21-2005, 08:27 AM
My small change is in cvs. I'm compiling the overall cvs package now and will give it a test this afternoon.

purple
02-21-2005, 09:00 AM
Yeah, anon cvs is now my latest patch + uRit's zones.h. Looks good to me.

tanner
02-21-2005, 02:22 PM
Format: 1.7
Date: Mon, 21 Feb 2005 00:25:28 -0600
Source: showeq
Binary: showeq-dev showeq showeq-doc
Architecture: source i386 all
Version: 5.0.0.18-0.1
Distribution: unstable
Urgency: low
Maintainer: Bob Tanner <[email protected]>
Changed-By: Robert J. Tanner <[email protected]>
Description:
showeq - realtime packet analyzer for Everquest
showeq-dev - development tools for ShowEQ
showeq-doc - documentation for showeq
Changes:
showeq (5.0.0.18-0.1) unstable; urgency=low
.
* New unofficial upstream release (thus the -0.1). Until Zaphod rolls a
tarballs it's unofficial to me.
* http://www.showeq.net/forums/showpost.php?p=38345&postcount=1
* According to BB this is just all the patches in 5.0.0.17-0.4 rolled into cvs
Files:
8b1ac2909a0a4c11691f1e2b539e96c6 727 net optional showeq_5.0.0.18-0.1.dsc
d600260893afea52b0bb369ac6c3605c 636676 net optional showeq_5.0.0.18-0.1.tar.gz
c1e3b603df56569785beb5bf8fd14202 74676 doc optional showeq-doc_5.0.0.18-0.1_all.deb
5a786c5ca69deddf96a51d19deef7541 6605958 net optional showeq_5.0.0.18-0.1_i386.deb
823290bb8fa1e78b4e65ac49e3f08f57 80742 net optional showeq-dev_5.0.0.18-0.1_i386.deb

CeleSEQ
02-22-2005, 12:31 AM
RPMS of 5.0.0.18 are up now at

http://gibbled.com/seq

Search for one of my other release posts for info on how to install/upgrade, etc.

CeleSEQ
02-22-2005, 02:19 AM
Erm... I put up an rpm version called 5.0.0.18-1 for about an hour before I decided I should match tanner's versioning, and changed it to 5.0.0.18-0.1. Sorry for any chaos that may have caused early downloaders. If that is going to cause a version issue for the next release, I'll post instructions on how to work around it then.

tanner
02-22-2005, 10:09 AM
Erm... I put up an rpm version called 5.0.0.18-1 for about an hour before I decided I should match tanner's versioning, and changed it to 5.0.0.18-0.1. Sorry for any chaos that may have caused early downloaders. If that is going to cause a version issue for the next release, I'll post instructions on how to work around it then.

My version numbers is a debian-ism that says this is not from official pristine source. See my comment about treating tarballs from Z as official. :-)

CeleSEQ
02-22-2005, 01:15 PM
Yeah, and I feel the same... my 17 releases were preX for the same reason.... until there's a post and an offical tarball on the frontpage, I don't really consider it an official release.

Cryonic
02-22-2005, 10:28 PM
Too bad Z isn't around much to actually release "official" tarballs.

2XS
02-25-2005, 03:53 PM
5.0.0.18 works great. Thanks Purple and all that worked on it. EQ just wasn't the same without the Show.

lildr00d
02-25-2005, 07:33 PM
I haveing a problem during make. I've checked out the source again and did not seem to help.

Red Hat WS 4
550Mhz - 256Mg Ram

Anyone else have this issue or just me. I was able to build with v17 with purple 2 patch. But unable to compile v18 even with a fresh check out


[root@RHWS4 showeq1]# make
make all-recursive
make[1]: Entering directory `/root/showeq1'
Making all in src
make[2]: Entering directory `/root/showeq1/src'
cd .. && /bin/sh /root/showeq1/missing --run automake-1.9 --gnu src/Makefile
cd .. && /bin/sh ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
make[2]: Leaving directory `/root/showeq1/src'
make[2]: Entering directory `/root/showeq1/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT spawn.o -MD -MP -MF ".deps/spawn.Tpo" -c -o spawn.o spawn.cpp; \
then mv -f ".deps/spawn.Tpo" ".deps/spawn.Po"; else rm -f ".deps/spawn.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc spawnshell.h -o spawnshell.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT spawnshell.o -MD -MP -MF ".deps/spawnshell.Tpo" -c -o spawnshell.o spawnshell.cpp; \
then mv -f ".deps/spawnshell.Tpo" ".deps/spawnshell.Po"; else rm -f ".deps/spawnshell.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc spawnlist.h -o spawnlist.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT spawnlist.o -MD -MP -MF ".deps/spawnlist.Tpo" -c -o spawnlist.o spawnlist.cpp; \
then mv -f ".deps/spawnlist.Tpo" ".deps/spawnlist.Po"; else rm -f ".deps/spawnlist.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc spellshell.h -o spellshell.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT spellshell.o -MD -MP -MF ".deps/spellshell.Tpo" -c -o spellshell.o spellshell.cpp; \
then mv -f ".deps/spellshell.Tpo" ".deps/spellshell.Po"; else rm -f ".deps/spellshell.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc spelllist.h -o spelllist.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT spelllist.o -MD -MP -MF ".deps/spelllist.Tpo" -c -o spelllist.o spelllist.cpp; \
then mv -f ".deps/spelllist.Tpo" ".deps/spelllist.Po"; else rm -f ".deps/spelllist.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT vpacket.o -MD -MP -MF ".deps/vpacket.Tpo" -c -o vpacket.o vpacket.cpp; \
then mv -f ".deps/vpacket.Tpo" ".deps/vpacket.Po"; else rm -f ".deps/vpacket.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc editor.h -o editor.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT editor.o -MD -MP -MF ".deps/editor.Tpo" -c -o editor.o editor.cpp; \
then mv -f ".deps/editor.Tpo" ".deps/editor.Po"; else rm -f ".deps/editor.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT filter.o -MD -MP -MF ".deps/filter.Tpo" -c -o filter.o filter.cpp; \
then mv -f ".deps/filter.Tpo" ".deps/filter.Po"; else rm -f ".deps/filter.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT packetfragment.o -MD -MP -MF ".deps/packetfragment.Tpo" -c -o packetfragment.o packetfragment.cpp; \
then mv -f ".deps/packetfragment.Tpo" ".deps/packetfragment.Po"; else rm -f ".deps/packetfragment.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc packetstream.h -o packetstream.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT packetstream.o -MD -MP -MF ".deps/packetstream.Tpo" -c -o packetstream.o packetstream.cpp; \
then mv -f ".deps/packetstream.Tpo" ".deps/packetstream.Po"; else rm -f ".deps/packetstream.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc packetinfo.h -o packetinfo.moc
./h2info.pl everquest.h s_everquest.h
Generating 's_everquest.h' from 'everquest.h'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT packetinfo.o -MD -MP -MF ".deps/packetinfo.Tpo" -c -o packetinfo.o packetinfo.cpp; \
then mv -f ".deps/packetinfo.Tpo" ".deps/packetinfo.Po"; else rm -f ".deps/packetinfo.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc packet.h -o packet.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT packet.o -MD -MP -MF ".deps/packet.Tpo" -c -o packet.o packet.cpp; \
then mv -f ".deps/packet.Tpo" ".deps/packet.Po"; else rm -f ".deps/packet.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT packetcapture.o -MD -MP -MF ".deps/packetcapture.Tpo" -c -o packetcapture.o packetcapture.cpp; \
then mv -f ".deps/packetcapture.Tpo" ".deps/packetcapture.Po"; else rm -f ".deps/packetcapture.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT packetformat.o -MD -MP -MF ".deps/packetformat.Tpo" -c -o packetformat.o packetformat.cpp; \
then mv -f ".deps/packetformat.Tpo" ".deps/packetformat.Po"; else rm -f ".deps/packetformat.Tpo"; exit 1; fi
packetformat.cpp:16: error: expected unqualified-id before '<<' token
packetformat.cpp:16: error: expected `,' or `;' before '<<' token
In file included from /usr/include/zlib.h:34,
from packetformat.cpp:17:
/usr/include/zconf.h:264: error: `Byte' does not name a type
In file included from packetformat.cpp:17:
/usr/include/zlib.h:85: error: expected `;' before '*' token
/usr/include/zlib.h:89: error: expected `;' before '*' token
/usr/include/zlib.h:508: error: expected `,' or `...' before '*' token
/usr/include/zlib.h:662: error: expected `,' or `...' before '*' token
/usr/include/zlib.h:876: error: `Bytef' was not declared in this scope
/usr/include/zlib.h:876: error: `dest' was not declared in this scope
/usr/include/zlib.h:876: error: expected primary-expression before '*' token
/usr/include/zlib.h:876: error: `destLen' was not declared in this scope
/usr/include/zlib.h:876: error: expected primary-expression before "const"
/usr/include/zlib.h:876: error: expected primary-expression before "sourceLen"
/usr/include/zlib.h:876: error: initializer expression list treated as compound expression
/usr/include/zlib.h:891: error: `Bytef' was not declared in this scope
/usr/include/zlib.h:891: error: `dest' was not declared in this scope
/usr/include/zlib.h:891: error: expected primary-expression before '*' token
/usr/include/zlib.h:891: error: `destLen' was not declared in this scope
/usr/include/zlib.h:891: error: expected primary-expression before "const"
/usr/include/zlib.h:891: error: expected primary-expression before "sourceLen"
/usr/include/zlib.h:891: error: expected primary-expression before "int"
/usr/include/zlib.h:891: error: initializer expression list treated as compound expression
/usr/include/zlib.h:914: error: `Bytef' was not declared in this scope
/usr/include/zlib.h:914: error: `dest' was not declared in this scope
/usr/include/zlib.h:914: error: expected primary-expression before '*' token
/usr/include/zlib.h:914: error: `destLen' was not declared in this scope
/usr/include/zlib.h:914: error: expected primary-expression before "const"
/usr/include/zlib.h:914: error: expected primary-expression before "sourceLen"
/usr/include/zlib.h:914: error: initializer expression list treated as compound expression
/usr/include/zlib.h:1121: error: expected `,' or `...' before '*' token
/usr/include/zlib.h:1138: error: expected `,' or `...' before '*' token
packetformat.cpp:23: error: expected unqualified-id before '==' token
packetformat.cpp:23: error: expected `,' or `;' before '==' token
packetformat.cpp:26:9: too many decimal points in number
packetformat.cpp:30: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:30: error: expected `,' or `;' before '=' token
packetformat.cpp:31: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:31: error: expected `,' or `;' before '=' token
packetformat.cpp:32: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:32: error: expected `,' or `;' before '=' token
packetformat.cpp:33: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:33: error: expected `,' or `;' before '=' token
packetformat.cpp:34: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:34: error: expected `,' or `;' before '=' token
packetformat.cpp:35: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:35: error: expected `,' or `;' before '=' token
packetformat.cpp:36: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:36: error: expected `,' or `;' before '=' token
packetformat.cpp:41: error: expected init-declarator before "m_length"
packetformat.cpp:41: error: expected `,' or `;' before "m_length"
packetformat.cpp:42: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:42: error: expected `,' or `;' before '=' token
packetformat.cpp:43: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:43: error: expected `,' or `;' before '=' token
packetformat.cpp:44: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:44: error: expected `,' or `;' before '=' token
packetformat.cpp:45: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:45: error: expected `,' or `;' before '=' token
packetformat.cpp:46: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:46: error: expected `,' or `;' before '=' token
packetformat.cpp:47: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:47: error: expected `,' or `;' before '=' token
packetformat.cpp:48: error: expected constructor, destructor, or type conversion before '=' token
packetformat.cpp:48: error: expected `,' or `;' before '=' token
packetformat.cpp:50: error: expected unqualified-id before ':' token
packetformat.cpp:50: error: expected `,' or `;' before ':' token
packetformat.cpp:75:9: too many decimal points in number
packetformat.cpp:134:9: too many decimal points in number
packetformat.cpp:183:9: too many decimal points in number
packetformat.cpp:185: error: expected declaration before '}' token
make[2]: *** [packetformat.o] Error 1
make[2]: Leaving directory `/root/showeq1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq1'
make: *** [all] Error 2

uRit1u2CBBA=
02-25-2005, 09:15 PM
what version if zlib do you have?

lildr00d
02-26-2005, 08:15 PM
what version if zlib do you have?

Current version of Zlib

zlib 1.2.2

purple
02-26-2005, 08:35 PM
packetformat.cpp:16: error: expected unqualified-id before '<<' token
packetformat.cpp:16: error: expected `,' or `;' before '<<' token

What does line 16 of packetformat.cpp look like? If it looks like a cvs merge gone bad, then just rm -rf your src directory and cvs update again, assuming you don't have any other changes made to your tree which haven't been put into cvs yet.

CeleSEQ
02-27-2005, 12:31 PM
I'll be back at work this week, and probably upgrading my workstation to RHEL WS4, so give me a few days to get back in the groove (these vacations are going to kill me :P) and I'll try to see if I can get it to build nice on WS4.

lildr00d
02-27-2005, 04:09 PM
I'll be back at work this week, and probably upgrading my workstation to RHEL WS4, so give me a few days to get back in the groove (these vacations are going to kill me :P) and I'll try to see if I can get it to build nice on WS4.

Thanks CeleSEQ

Walpurgiss
02-27-2005, 09:04 PM
I'm having some issues with the latest CVS commit.

After zoning, after a few moents I start getting Invalid packets. The warnings are as follows, and there generally are 1 to 5 lines before showeq exits.

Warning: INVALID PACKET: Bad CRC [192.168.0.6:10043 -> 192.168.0.1:1900] netOp 534d seq 0000 len 132 crc (0d0a != fc4d)

The value after netOp generally is the same.

I've tried this on redhat9, and on fedora2 so far. The only thing I can think of really, since noone else seems to be having this problem, is that it is somehow related to whatever innate lag there is to running linux via vmware.

I am going to try a native installation next, and will let you know how that works.

purple
02-28-2005, 06:19 AM
Those look like non-eq packets to me.

I<3EQ
02-28-2005, 07:04 AM
Running ShowEQ on 'noisy' network segments can cause problems. Peer-to-peer file sharing programs are among the worst offenders. Programs such as web browsers, instant messaging, and e-mail have little to no effect.

Try to isolate which program is causing the issue. Either don't run it while ShowEQ is working or find a way to segment the machine running it from the machines running EQ and ShowEQ. The best way to do this is to purchase a switch, and uplink your hub to the switch. Keep the ShowEQ and EQ machines on the hub and put all other machines directly on the switch.

purple
02-28-2005, 07:41 AM
Or turn on session tracking. Then you might see a couple blips of CRC errors while zoning, but it won't hurt anything. Just ignore it. Once you zone, seq will be locked into the zone server and the crc failures will stop.

The crc failures aren't bad in and of themselves. It just means that seq saw a packet that didn't conform to what EQ packets look like. The crc check is used to weed out packets that shouldn't be processed anyways. The packet gets dropped when it fails the crc check, so it isn't gonna do much except print that message.

Walpurgiss
02-28-2005, 07:07 PM
Thanks for the session tracking clue. Since enabling it, seq has been performing great.

CeleSEQ
03-08-2005, 05:14 PM
lildr00d:

I had no problems building in RHEL4 Workstation out of the box, so I think you are probably missing some packages in your build environment.

I built the .18 into a binary package for RHEL4 and posted it on my site if you'd like to go that route. (I just grabbed my SRPM and rebuilt it on the RHEL4 system, so it's not a new release, just a re-rolled binary):

http://gibbled.com/seq

If you want to build it out yourself, we'll have to do some investigation work to figure out what devel libraries or whatever you're missing. Perhaps get back to me with the output of these commands:

# rpm -qa > foo ; grep libpcap foo ; grep libpng foo ; grep zlib foo ; grep libstdc++ foo ; grep gdbm foo ; grep qt foo ; grep make foo ; rm -f foo

That should return a list of important packages relevant to the build process... there's probably more I should look for, but that's a start. Here's what mine output from that looks like on the RHEL4 system:

libpcap-0.8.3-7
libpng10-1.0.16-1
libpng-devel-1.2.7-1
libpng-1.2.7-1
zlib-devel-1.2.1.2-1
zlib-1.2.1.2-1
libstdc++-devel-3.4.3-9.EL4
compat-libstdc++-296-2.96-132.7.2
libstdc++-ssa-3.5ssa-0.20030801.48
compat-libstdc++-33-3.2.3-47.3
libstdc++-ssa-devel-3.5ssa-0.20030801.48
libstdc++-3.4.3-9.EL4
gdbm-1.8.0-24
gdbm-devel-1.8.0-24
qt-designer-3.3.3-9.3
qt-devel-3.3.3-9.3
qt-3.3.3-9.3
automake15-1.5-13
automake14-1.4p6-12
automake-1.9.2-3
make-3.80-5

lildr00d
03-10-2005, 01:18 AM
Here is my output for the following command

[root@showeq1 ~]# rpm -qa > foo ; grep libpcap foo ; grep libpng foo ; grep zlib foo ; grep libstdc++ foo ; grep gdbm foo ; grep qt foo ; grep make foo
libpcap-0.8.3-7
libpng10-1.0.16-1
libpng-devel-1.2.7-1
libpng-1.2.7-1
libpng10-devel-1.0.16-1
zlib-1.2.1.2-1
zlib-devel-1.2.1.2-1
compat-libstdc++-33-3.2.3-47.3
libstdc++-devel-3.4.3-9.EL4
libstdc++-3.4.3-9.EL4
compat-libstdc++-296-2.96-132.7.2
gdbm-devel-1.8.0-24
gdbm-1.8.0-24
qt-3.3.3-9.3
make-3.80-5
automake17-1.7.9-5
automake16-1.6.3-5
automake15-1.5-13
automake-1.9.2-3
automake14-1.4p6-12

lildr00d
03-10-2005, 01:25 AM
Downloaded the RHEL4 Workstation and installed it.. Seemed to install just find. When I ran SEQ it said it was version 5.0.0.17-purple2

Does your RPM installer install showeq executeable in a different location then make install does?

I will see if I can find miltiple copies of showeq executeable on my own later today.

CeleSEQ
03-16-2005, 01:03 AM
My rpms install in /usr, whereas make install usually installs in /usr/local.

Toast any versions you have in /usr/local/bin, or at least move them out of there, as /usr/local/bin precedes /usr/bin in the default path for root.

From looking at the list of packages there, I think I see the likely problem you're having... you're missing the qt-devel package. You won't need the qt-devel package to use the RPMs I build, but you will need them to compile your own or rebuild the SRPMs

If you have up2date set up nicely, you can probably just type this command as root to get the devel package installed:

# up2date install qt-devel

If that doesn't work, it's probably on disk 3 or 4 of the WS cds...