Difference between revisions of "Whois"

From CBLFS
Jump to navigationJump to search
(I moved the package description to the top.)
 
(8 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.7.19.tar.gz
+
| http://ftp.debian.org/pool/main/w/whois/whois_{{Whois-Version}}.tar.gz
 +
|-
 
|}
 
|}
  
 
----
 
----
  
== Introduction to Whois ==
+
{{Package-Introduction|Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name.}}
 
 
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 26: 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:
 
Compile the package:
Line 37: Line 45:
  
 
=== 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:
Line 47: Line 59:
  
 
=== 64Bit ===
 
=== 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:
 
Compile the package:
Line 58: Line 74:
 
== Content ==
 
== Content ==
  
Installed Program: whois
+
{|style="text-align: left"
 +
|-
 +
!Installed Program:  
 +
|whois
 +
|-
 +
!Installed Libraries:
 +
|None
 +
|-
 +
!Installed Directories:
 +
|None
 +
|}
  
Installed Libraries: None
+
=== Short Descriptions ===
  
Installed Directories: None
+
{|style="text-align: left"
 
+
|-
=== Short Descriptions ===
+
!whois
 +
|is a client-side application which queries the whois directory service for information pertaining to a particular domain name.
 +
|}
  
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 17:26, 19 March 2009

Download Source: http://ftp.debian.org/pool/main/w/whois/whois_5.0.12.tar.gz

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.