UDNS

From CBLFS
Revision as of 03:02, 1 July 2010 by Axel Bergerhoff (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.corpit.ru/mjt/udns/udns_0.0.9.tar.gz |- |} ---- {{Package-Introduction|UDNS is a stu…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www.corpit.ru/mjt/udns/udns_0.0.9.tar.gz

Introduction to UDNS

UDNS is a stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries.

Project Homepage: http://www.corpit.ru/mjt/udns.html

Dependencies

Required

Optional

Non-Multilib

Please contribute

Multilib

32Bit

Please contribute

N32

Please contribute

64Bit

Compile the package:

export LD_LIBRARY_PATH=/usr/lib64 &
CC="gcc ${BUILD64}" LD="ld ${LD_BUILD64}" \
LDFLAGS="-L/usr/lib64" \
./configure

make

Install the package

cp -v dnsget /usr/bin/ &&
cp -v ex-rdns /usr/bin/ &&
cp -v rblcheck /usr/bin/ &&
cp -v udns.h /usr/include/ &&
cp -v libudns.a /usr/lib64/ &&
cp -v *.1 /usr/share/man/man1/ &&
cp -v *.3 /usr/share/man/man3/