next up previous contents 5
Next: Installing the diffimage library Up: Installing the libraries Previous: Installing the XOS library   Contents


Installing the auth library

  1. Checkout the auth software into your DCS 'root' directory.

    blctlxx:~/release-3_2 > cvs checkout -r release-3_2 auth
    cvs checkout: Updating auth
    cvs checkout: Updating auth/decunix
    U auth/decunix/auth.a
    U auth/decunix/makefile
    cvs checkout: Updating auth/irix
    U auth/irix/auth.a
    U auth/irix/makefile
    cvs checkout: Updating auth/linux
    U auth/linux/auth.a
    U auth/linux/makefile
    cvs checkout: Updating auth/src
    U auth/src/auth.c
    U auth/src/auth.h
    

  2. cd into the linux, decunix, or irix build directory and build the software with the make command.

    blctlxx:~/release-3_2 > cd auth/linux/
    blctlxx:~/release-3_2/auth/linux > make
    cc -c -O -DLINUX -I../ -I../../xos//src/ ../src/auth.c
    ../src/auth.c: In function `auth_load_key':
    ../src/auth.c:426: warning: assignment makes integer from pointer without a cast
    ar -vr auth.a auth.o
    r - auth.o
    



Scott McPhillips 2003-03-11