NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: named problem (netbsd 4.0 macppc)
On Fri, Mar 14, 2008 at 12:14:49PM +0200, Jukka Marin wrote:
>
> Could it be the same problem that was discussed on
> netbsd-users%netbsd.org@localhost
> in Jan 2008?
Excellent. Thanks, Jukka. That was just the tip I needed (and
managed to miss in my Google searches); and my macppc's "named" now
works--after being rebuilt with the correction indicated by your
thread.
> (Nothing to do with your ktrace problem, tho)
Yeah, the Ktrace Surprise was a bit unsettling, but ktrace on the
new "named" now of course works too.
Thanks again, --Dave
*** usr.sbin/bind/Makefile.inc.dist Wed Nov 14 04:28:35 2007
--- usr.sbin/bind/Makefile.inc Fri Mar 14 06:41:46 2008
***************
*** 12,17 ****
--- 12,18 ----
.endif
.if (${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
+ || ${MACHINE_ARCH} == "powerpc" \
|| ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" )
NAMED_USE_PTHREADS?=no
.else
Home |
Main Index |
Thread Index |
Old Index