vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Group: I thought this would be an easy exercise to learn more about OpenBSD. My goal is to bring up a NTP server using OpenBSD and OpenNTPD. I was able to get OpenBSD installed and running (refreshing to have an o/s which boots quickly). I then downloaded OpenNTPD but am stuck trying to install it. Interestingly I can't find any install notes on http://www.openntpd.org/, nor a README file so my question is very basic -- what do I do after unpacking the file -- I ran make and make install but make install failed :-( Any help appreciated. # tar xzpf openntpd-3.9.tgz # cd ntpd # ls Makefile config.c ntp.c ntpd.8 ntpd.h util.c buffer.c imsg.c ntp.h ntpd.c parse.y client.c log.c ntp_msg.c ntpd.conf.5 server.c # make cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c ntpd.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c buffer.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c log.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c imsg.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c ntp.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c ntp_msg.c yacc parse.y mv y.tab.c parse.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c parse.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c config.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c server.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c client.c cc -O2 -pipe -Wall -I/ntpd -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -c util.c cc -o ntpd ntpd.o buffer.o log.o imsg.o ntp.o ntp_msg.o parse.o config.o server.o client.o util.o nroff -Tascii -mandoc ntpd.8 > ntpd.cat8 nroff -Tascii -mandoc ntpd.conf.5 > ntpd.conf.cat5 # ls Makefile imsg.c ntp_msg.c ntpd.conf.cat5 server.o buffer.c imsg.o ntp_msg.o ntpd.h util.c buffer.o log.c ntpd ntpd.o util.o client.c log.o ntpd.8 parse.c client.o ntp.c ntpd.c parse.o config.c ntp.h ntpd.cat8 parse.y config.o ntp.o ntpd.conf.5 server.c # make install install -c -s -o root -g bin -m 555 ntpd /ntpd install: /ntpd/ntpd: Bad address *** Error code 71 Stop in /ntpd (line 127 of /usr/share/mk/bsd.prog.mk). |
| Thread Tools | |
| Display Modes | |
| |