PDA

View Full Version : Need help with sniffers



Ruidd
12-04-2002, 09:34 PM
im very very new to the compiling and junk .. soo can someone please tell me how to compile the keyring with cygwin or lcc maybe thanks..

baelang
12-04-2002, 09:44 PM
It's not much different than compiling showeq:

make
make install

but if that is too much for you then you may as well use the binary distribution, since you probably aren't reading the source code, and wouldn't be able to tell if something malicious was in there anyway.

Ruidd
12-04-2002, 09:58 PM
ok im using cygwin ..

cd c:/keyring
make
i get make: keyring.exe is up to date

make install
install -v -D -755 keyring.exe c:/keyring/keyring.exe
install: keyring.exe and c:/keyring/keyring.exe are the same file
make: *** [install] Error 1



i have even tired to execute the exe i have an it says i need cygwin1.dll .. soo i copy it over to the keyring dir .. and it flashes up and disapears

Any advise there???

baelang
12-04-2002, 10:09 PM
Originally posted by Ruidd
ok im using cygwin ..

cd c:/keyring
make
i get make: keyring.exe is up to date

make install
install -v -D -755 keyring.exe c:/keyring/keyring.exe
install: keyring.exe and c:/keyring/keyring.exe are the same file
make: *** [install] Error 1
that means that it is already compiled and installed correctly.



Originally posted by Ruidd

i have even tired to execute the exe i have an it says i need cygwin1.dll .. soo i copy it over to the keyring dir .. and it flashes up and disapears

Any advise there???
so you already put cygwin1.dll in the keyring directory?
did you start keyring from a dos command prompt or with the run command?