Bind 8.3.4 on HP-UX

Mark_Andrews at isc.org Mark_Andrews at isc.org
Mon Jan 13 21:12:45 UTC 2003


> 
> Hi all,
> I'm trying to install Bind 8.3.4 on an HP-UX (B.11.11) server.  Under
> src/port, I see directories hpux, hpux10, and hpux9.
> I see no hpux11, so , which one am I suppossed to use?

	Did you try following the build instructions?  The build system
	will choose the correct one by calling the various probe routines.

	hpux

% cat src/port/hpux/probe
#!/bin/sh

uname=/usr/bin/uname

if [ -f $uname ]; then
        case `$uname -s`-`$uname -r` in
        HP-UX-B.10.30) exit 0 ;;
        HP-UX-B.11.*) exit 0 ;;
        esac
fi

exit 1

	Mark

--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list