TCP Wrappers 설치 I -- (3)

A3 보안 컨설팅

2001-09-13     이석기 컨설턴트
3. 컴파일 및 인스톨

우선 make 만 하면,

step 3) [bomun:/yskim/tcp_wrappers_7.6] make

Usage: edit the REAL_DAEMON_DIR definition in the Makefile then:
make sys-type

If you are in a hurry you can try instead:
    make REAL_DAEMON_DIR=/foo/bar sys-type

And for a version with language extensions enabled:
    make REAL_DAEMON_DIR=/foo/bar STYLE=-DPROCESS_OPTIONS sys-type

This Makefile knows about the following sys-types:
    generic (most bsd-ish systems with sys5 compatibility)
    386bsd aix alpha apollo bsdos convex-ultranet dell-gcc dgux dgux543
    dynix epix esix freebsd hpux irix4 irix5 irix6 isc iunix
    linux machten mips(untested) ncrsvr4 netbsd next osf power_unix_211
    ptx-2.x ptx-generic pyramid sco sco-nis sco-od2 sco-os5 sinix sunos4
    sunos40 sunos5 sysv4 tandem ultrix unicos7 unicos8 unixware1 unixware2
    uts215 uxp

If none of these match your environment, edit the system
dependencies sections in the Makefile and do a ‘make other’

이렇게 나오고, 여기서 우선 REAL_DAEMON_DIR 과 sys-type을 알아야 한다.