DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦805b647f9⟧ TextFile

    Length: 833 (0x341)
    Types: TextFile
    Names: »README.IRIX«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦cfd40dc56⟧ »EurOpenD3/news/nntp/nntp.1.5.8.tar.Z« 
        └─⟦2ec98eca6⟧ 
            └─⟦this⟧ »common/README.IRIX« 

TextFile

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)