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.XENIX < prev    next >
Encoding:
Text File  |  1993-10-17  |  844 b   |  25 lines

  1. To make NNTP run on SCO XENIX, do the following:
  2.  
  3. 1. Be sure you are running TCP/IP. If you aren't, you might as well quit.
  4. This just won't work.
  5.  
  6. 2. Edit common/conf.h. Make sure you define USG and LAI_TCP. Look at all the
  7. other stuff in there to be sure you have defined all the other things
  8. you need. (You will most likely need to define vfork and FAKESYSLOG. You will
  9. most likely need to undefine FASTFORK, and BSD_42. You will need to undefine
  10. SYSLOG if you don't define FAKESYSLOG.)
  11.  
  12. 3. Edit Makefile. Make sure to add "-lx -lsocket" to the LIBS line.
  13.  
  14. 4. Now, you can cd to the root directory directory of the nntp sources and type
  15. "make server" to make the server programs or "make client" to make the client
  16. program.
  17.  
  18. If you have problems, send mail to sob@tmc.edu and he will help if he
  19. can.
  20.  
  21. Stan Barber (6/30/90)
  22.  
  23. $Revision: 1.2 $
  24.  
  25.