Compiling rpcapd for linux
Le 18-07-10 à 23:16 , par Cyril PawelkoPermalien.
dans Liens.
Several years ago, I compiled rpcapd for linux. To achieve it, I had to comment the win32 specific code, so it compiled on linux.
I recently tried to compile the latest version, and it doesn't need modifications anymore to successfully compile.
Here is a quick howto, based on debian 5:
Install the required tools
apt-get install bison flex
Download and unzip winpcap
wget http://www.winpcap.org/install/bin/WpcapSrc_4_1_2.zip unzip WpcapSrc_4_1_2.zip cd winpcap/wpcap/libpcap chmod +x configure runlex.sh
Configure libpcap to compile statically...
CFLAGS=-static ./configure
...and compile
make cd rpcapd/
edit the Makefile and add -static to CFLAGS, and finally
make
Downloads:
amd64: rpcapd-4.1.2-amd64.gz i386: rpcapd-4.1.2-i386.gz
Liens
Le 12-03-08 à 13:41 , par Cyril PawelkoPermalien.
dans Liens.
Logiciel libre
www.shellunix.com : Un site simple, clair et complet sur bash, sed et awk. Une référence pour moi.
Photorec : Un utilitaire de récupération de photos et de documents qui, contrairement à de nombreux rivaux, a le mérite de fonctionner et la bonne idée d'être sous licence GPL
Boosting Spamassassin: Comment optimiser le spamassassin de zimbra en utilisant les "rules du jour"
Divers
www.sebastienchampion.fr : De belles photos de paysages et d'animaux

