Difference between revisions of "Whois"

From CBLFS
Jump to navigationJump to search
(Added sed to fix bad_ai_value errors when using whois)
Line 12: Line 12:
  
 
== 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 24: Line 28:
  
 
'''''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 35: Line 44:
  
 
=== 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 45: Line 58:
  
 
=== 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 56: Line 73:
 
== Content ==
 
== Content ==
  
Installed Program: whois
+
{|style="text-align: left"
 
+
|-
Installed Libraries: None
+
!Installed Program:  
 
+
|whois
Installed Directories: None
+
|-
 +
!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.
 +
|}

Revision as of 20:41, 30 July 2007

Download Source: ftp://ftp.debian.org/debian/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.