home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NNTP-1.000 / NNTP-1 / nntp.1.5.11t / common / README.IRIX < prev    next >
Encoding:
Text File  |  1993-10-17  |  833 b   |  26 lines

  1. To make NNTP run on Silicon Graphics IRIX, do the following:
  2.  
  3. 1. Edit common/conf.h. Make sure you define USG and look at all the
  4. other stuff in there to be sure you have defined all the other things
  5. you need. (You will most likely need to define vfork. You will most likely
  6. need to undefine FASTFORK, and BSD_42.
  7.  
  8. 3. Edit the Makefile in the root directory of the nntp sources.  Make sure to
  9. add -lbsd to the LIBS line. Be sure to modify the CFLAGS lines to add
  10. -I/usr/include/bsd
  11.  
  12. 4. Now, you can cd to the root directory of the nntp sources and type
  13. "make server" to make the server programs or "make client" to make the client
  14. program.
  15.  
  16. 5. You will need to modifiy the /usr/etc/inetd.conf file to add the nntpd
  17. service.
  18.  
  19. If you have problems, send mail to sob@tmc.edu and he will help if he
  20. can.
  21.  
  22. Stan Barber (update 3/11/90)
  23.  
  24.  
  25.  
  26.