home *** CD-ROM | disk | FTP | other *** search
- To make NNTP run on Silicon Graphics IRIX, do the following:
-
- 1. Edit common/conf.h. Make sure you define USG and look at all the
- other stuff in there to be sure you have defined all the other things
- you need. (You will most likely need to define vfork. You will most likely
- need to undefine FASTFORK, and BSD_42.
-
- 3. Edit the Makefile in the root directory of the nntp sources. Make sure to
- add -lbsd to the LIBS line. Be sure to modify the CFLAGS lines to add
- -I/usr/include/bsd
-
- 4. Now, you can cd to the root directory of the nntp sources and type
- "make server" to make the server programs or "make client" to make the client
- program.
-
- 5. You will need to modifiy the /usr/etc/inetd.conf file to add the nntpd
- service.
-
- If you have problems, send mail to sob@tmc.edu and he will help if he
- can.
-
- Stan Barber (update 3/11/90)
-
-
-
-