unable to build ntp

2006-01-16 Thread Brad Gilmer
Help please. I am running 6.0-RELEASE, and am trying to build ntp. Process fails during ./configure with the following results: # cd /usr/src/contrib/ntp # ./configure --snip--- configure: creating ./config.status config.status: creating Makefile

Re: unable to build ntp

2006-01-16 Thread Dan Nelson
In the last episode (Jan 16), Brad Gilmer said: Help please. I am running 6.0-RELEASE, and am trying to build ntp. Process fails during ./configure with the following results: # cd /usr/src/contrib/ntp # ./configure You want to build /usr/src/usr.sbin/ntp . /usr/src/contrib is just where

Re: unable to build ntp

2006-01-16 Thread Lowell Gilbert
Brad Gilmer [EMAIL PROTECTED] writes: Help please. I am running 6.0-RELEASE, and am trying to build ntp. Process fails during ./configure with the following results: # cd /usr/src/contrib/ntp # ./configure --snip--- configure: creating

Re: unable to build ntp

2006-01-16 Thread BSD Questions user
Thanks everyone for the help. For the archive: I went to /usr/src/contrib/ntp/ntpdate and edited ntpdate.c. I searched for 'host found' and changed the stderror to stdout. I then went to /usr/src/usr.sbin/ntp and performed a make install clean. Problem solved; the new 'host found' messages

Re: unable to build ntp

2006-01-16 Thread Daniel
On 1/17/06, BSD Questions user [EMAIL PROTECTED] wrote: Thanks everyone for the help. For the archive: I went to /usr/src/contrib/ntp/ntpdate and edited ntpdate.c. I searched for 'host found' and changed the stderror to stdout. I then went to /usr/src/usr.sbin/ntp and performed a make