Difference between revisions of "Whois"

From CBLFS
Jump to navigationJump to search
 
 
(10 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.7.18.tar.gz
+
| 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 ===
  
None.
+
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 ===
  
None.
+
If you did <b>not</b> compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support):
  
=== 64Bit ===
+
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
  
== Content ==
+
=== 64Bit ===
  
Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name.
+
If you did <b>not</b> compile your glibc package with IDN support, disable it in whois (or rebuild glibc with IDN support):
  
Installed Program: whois
+
sed -i 's@#define _GNU_SOURCE@/*#define _GNU_SOURCE*/@' whois.c
  
Installed Libraries: None
+
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: is a client-side application which queries the whois directory service for information pertaining to a particular domain name.
+
{|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 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.