PDA

View Full Version : Was working before, but now it isn't



jidar
05-14-2002, 12:24 PM
A friend of mine has been running showeq on a machine I set up for him since January. Then of course last week it stopped working, I figure Verant changed the encryption again and it broke for everyone.

I downloaded the new libEQ.a from the Blueadepts site, and the md5sum is correct:
f1ddd1ffa527125ed09ac5543d1f85b0 libEQ.a

I then put that into /usr/lib (which is in ld.conf) and ran ldconfig

And finally, I make clean and make in the showeq src dir. That should be all that is needed to get a new working binary, right? I'm sure it is.. so I guess my question is, is showeq working right now? If so, do I have to get the updated source for the new libEQ.a to work?

Mr Guy
05-14-2002, 12:31 PM
cd showeq/showeq/ (most likely)

cvs -z3 update

make -f Makefile.dist

./configure && make && make install

high_jeeves
05-14-2002, 12:32 PM
You have to get the latest code because many of the packet's structures changed... please read the CHANGES files which have been posted in the announcements forum..

--Jeeves

jidar
05-14-2002, 12:33 PM
Right, I just read the changelog, sorry I'm a f*n idiot.