Difference between revisions of "Whois"
From CBLFS
Jump to navigationJump to searchLine 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.7. | + | | ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.7.19.tar.gz |
|} | |} | ||
Line 24: | Line 24: | ||
=== 32Bit === | === 32Bit === | ||
− | + | Compile the package: | |
+ | |||
+ | make CC="gcc ${BUILD32}" | ||
+ | |||
+ | Install the package | ||
+ | |||
+ | make prefix=/usr install | ||
=== N32 === | === N32 === | ||
− | + | Compile the package: | |
+ | |||
+ | make CC="gcc ${BUILDN32}" | ||
+ | |||
+ | Install the package | ||
+ | |||
+ | make prefix=/usr install | ||
=== 64Bit === | === 64Bit === | ||
Line 34: | Line 46: | ||
Compile the package: | Compile the package: | ||
− | make | + | make CC="gcc ${BUILD64}" |
Install the package | Install the package |
Revision as of 11:22, 12 November 2006
Download Source: | ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.7.19.tar.gz |
---|
Contents
Dependencies
Non-Multilib
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
Compile the package:
make CC="gcc ${BUILD32}"
Install the package
make prefix=/usr install
N32
Compile the package:
make CC="gcc ${BUILDN32}"
Install the package
make prefix=/usr install
64Bit
Compile the package:
make CC="gcc ${BUILD64}"
Install the package
make prefix=/usr install
Content
Whois is a client-side application which queries the whois directory service for information pertaining to a particular domain name.
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.