KCA Utilities Sources

These tarballs expand into the directory tree fnalkcaclient/kx509/src/...
The actual sources (and the built executables) will be in the client directory.
You will want to change to the src directory where the configure scripts
are located.  This directory includes scripts named fnal-xxx-setup which
set environment variables and call the configure script for operating system xxx.

For v2 and later of the KCA utilities, set the WRITE_CERT to build the kx509
version which writes the certificate directly to a file and bypesses the Kerberos
credential cache (obviating the need for kxlist).  This is needed for systems
with Heimdal Kerberos and will likely been needed in future MIT Kerberos
releases.  To build do

    ./fnal-linux-setup    ( or fnal-osx-setup or fnal-osx-setup-Lion)
    make clean
    make

Links to download tarballs of the sources of the KCA utilities (kx509 and kxlist).

Sources for Linux systems

Sources for Mac OS X pre-10.7 (i.e. Snow Leopard)

Sources for Mac OS X 10.7 (Lion)