Difference between revisions of "Whois"
(10 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | | + | | http://ftp.debian.org/pool/main/w/whois/whois_{{Whois-Version}}.tar.gz |
+ | |- | ||
|} | |} | ||
---- | ---- | ||
+ | |||
+ | {{Package-Introduction|Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name.}} | ||
== Dependencies == | == Dependencies == | ||
== Non-Multilib == | == Non-Multilib == | ||
+ | |||
+ | If you did <b>not</b> compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support): | ||
+ | |||
+ | sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c | ||
Compile the package: | Compile the package: | ||
Line 22: | Line 29: | ||
'''''This package does not provide any libraries so only one installation is needed.''''' | '''''This package does not provide any libraries so only one installation is needed.''''' | ||
+ | |||
=== 32Bit === | === 32Bit === | ||
− | + | If you did <b>not</b> compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support): | |
+ | |||
+ | sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | make CC="gcc ${BUILD32}" | ||
+ | |||
+ | Install the package | ||
+ | |||
+ | make prefix=/usr install | ||
=== N32 === | === N32 === | ||
− | + | If you did <b>not</b> compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support): | |
− | + | sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c | |
Compile the package: | Compile the package: | ||
− | make | + | make CC="gcc ${BUILDN32}" |
Install the package | Install the package | ||
Line 40: | Line 58: | ||
make prefix=/usr install | make prefix=/usr install | ||
− | == | + | === 64Bit === |
− | + | If you did <b>not</b> compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support): | |
− | + | sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c | |
− | + | Compile the package: | |
− | Installed Directories: None | + | make CC="gcc ${BUILD64}" |
+ | |||
+ | Install the package | ||
+ | |||
+ | make prefix=/usr install | ||
+ | |||
+ | == Content == | ||
+ | |||
+ | {|style="text-align: left" | ||
+ | |- | ||
+ | !Installed Program: | ||
+ | |whois | ||
+ | |- | ||
+ | !Installed Libraries: | ||
+ | |None | ||
+ | |- | ||
+ | !Installed Directories: | ||
+ | |None | ||
+ | |} | ||
=== Short Descriptions === | === Short Descriptions === | ||
− | whois | + | {|style="text-align: left" |
+ | |- | ||
+ | !whois | ||
+ | |is a client-side application which queries the whois directory service for information pertaining to a particular domain name. | ||
+ | |} | ||
+ | |||
+ | [[Category:Network Applications]] |
Latest revision as of 16:26, 19 March 2009
Download Source: | http://ftp.debian.org/pool/main/w/whois/whois_5.0.12.tar.gz |
---|
Contents
Introduction to Whois
Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name.
Project Homepage: Unknown
Dependencies
Non-Multilib
If you did not compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support):
sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c
Compile the package:
make
Install the package
make prefix=/usr install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
If you did not compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support):
sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c
Compile the package:
make CC="gcc ${BUILD32}"
Install the package
make prefix=/usr install
N32
If you did not compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support):
sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c
Compile the package:
make CC="gcc ${BUILDN32}"
Install the package
make prefix=/usr install
64Bit
If you did not compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support):
sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c
Compile the package:
make CC="gcc ${BUILD64}"
Install the package
make prefix=/usr install
Content
Installed Program: | whois |
---|---|
Installed Libraries: | None |
Installed Directories: | None |
Short Descriptions
whois | is a client-side application which queries the whois directory service for information pertaining to a particular domain name. |
---|