home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / nntp1.5 / part01 / common / README.SYSV < prev    next >
Encoding:
Text File  |  1988-04-18  |  1.3 KB  |  31 lines

  1. [This is from Stan Barber, <sob@tmc.edu>.  Thanks, Stan. --Phil]
  2.  
  3. To make nntp run on SYSV, do the following:
  4.  
  5. 1. Get the Berkeley Directory Library emulation package. You can get it
  6. from your nearest comp.sources.unix archive. This is the so-called NDIR 
  7. package. Install it. (If you don't know if you have it, look for the
  8. file ndir.h in /usr/include. If it is there, you have the NDIR library
  9. and can move on the step 2.)
  10.  
  11. 2. Edit common/conf.h. Make sure you define USG and look at all the
  12. other stuff in there to be sure you have defined all the other things
  13. you need. (You will most likely need to define U_LONG, ALONE, vfork,
  14. and FAKESYSLOG. You will most likely need to undefine FASTFORK, BSD_42,
  15. DBM, SUBNET, NETMASK, DAMAGED_NETMASK, and DECNET.) You will probably need to
  16. undefine SYSLOG if you don't define FAKESYSLOG.
  17.  
  18. 3. Edit server/Makefile. Make sure to add -lndir to the LIBS line.
  19. If you have EXCELAN, you will probably need to add a -lsocket here as
  20. well. If the networking include files are not in the "standard location"
  21. (i.e. /usr/include), be sure to add -Ilocation_of_the_network_include_files
  22. to the CFLAGS line.
  23.  
  24. 4. Now, you can cd to the server directory and type make.
  25.  
  26. If you have problems, send mail to sob@tmc.edu and he will help if he
  27. can.
  28.  
  29. Stan Barber
  30.  
  31.