Salut!
Le prgm est Whois version 5.4 for *nix or Windows (with GUI).
installation instructions:
(tar -zxvf zcw.tar.gz && cd zcw && make install (as root))
Lors du make install:
Installing executables in /usr/local/bin
make *** [install] erreur 1
Je ne vois pas pk il y a une erreur
Dans le ficiher install il y a ceci:
/*
INSTALL
Copyright (c) 2003-2006 by Philippe Bourcier
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
This document covers the installation procedure for zcw.
*** REQUIREMENTS
# for zcw (Makefile)
g++ cp rm echo grep sed cat tr uname mkdir cut
optional : strip
# for make_tld.sh
cat wget xargs awk tr wc
# for tcpserver.sh
cat wget tar head tail patch
Compiling
---------
Edit the Makefile if needed (install path...).
Type "make tld" to update the TLD include files (needs to
be done before compiling). This operation can take up to
one minute or two...
Type "make cache" and "make sqlite" in this directory to
compile zcw with support for caching into a sqlite db
(much faster). You need to have sqlite v2 or v3 installed
in order for zcw to compile with this feature enabled.
Sqlite is a simple network/passwordless database system.
More infos on sqlite :
http://www.sqlite.org/
Compile sqlite with configure options : --disable-tcl --enable-tempdb-in-ram
Compile sqlite3 with configure options : --disable-tcl --enable-tempstore
A script (create_db.sh) will also download parts (less than
1 Mb) of the ARIN database to your computer (ARIN_cache.db).
Type "make classic" in this directory to compile the classic
version of zcw.
Type "make zcw-server" in this directory to compile the
server version of zcw (to make a whois server).
Then type "make install" (as root) and "rehash" if you use
a *csh.
To use zcw, simply type "zcw" and follow the
instructions...
*** RUNNING THE WHOIS SERVER (make server)
On a *nix system :
/usr/local/bin/tcpserver -i 3 -n 7 -c 60 -RHl0 -u <uid> -g <gid> 0.0.0.0 43 /usr/local/bin/zcw-server
whith <uid> and <gid> being nobody's user ID and nobody's group ID or equivalent.
On a Windows system (via command line or a .bat) :
tcpserver.exe -i 3 -n 7 -c 60 -RHl0 0.0.0.0 43 ./zcw-server.exe
Then use your favorite whois client against your server...
-----------------------------------
Copyright 2003-2006, Philippe Bourcier.
http://cyberabuse.org/whois/
Merci