Index of /xavid/Public/debathena-moira-4.0.0+cvs20091116

      Name                    Last modified       Size  Description

[DIR] Parent Directory 19-Jul-2023 20:38 - [DIR] afssync/ 19-Nov-2009 10:48 - [DIR] backup/ 19-Nov-2009 10:48 - [DIR] clients/ 19-Nov-2009 10:48 - [DIR] db/ 19-Nov-2009 10:48 - [DIR] dbck/ 19-Nov-2009 10:48 - [DIR] dcm/ 19-Nov-2009 10:48 - [DIR] debian/ 09-Dec-2009 17:10 - [DIR] gdb/ 19-Nov-2009 10:48 - [DIR] gen/ 19-Nov-2009 10:48 - [DIR] include/ 19-Nov-2009 10:48 - [DIR] incremental/ 19-Nov-2009 10:48 - [DIR] lib/ 19-Nov-2009 10:48 - [DIR] man/ 19-Nov-2009 10:48 - [DIR] reg_svr/ 19-Nov-2009 10:48 - [DIR] regtape/ 19-Nov-2009 10:48 - [DIR] server/ 19-Nov-2009 10:48 - [DIR] update/ 19-Nov-2009 10:48 - [DIR] util/ 19-Nov-2009 10:48 - [DIR] webmoira/ 19-Nov-2009 10:48 - [TXT] patchlevel.h 20-Jan-1997 13:07 1k [   ] mkinstalldirs 26-May-1998 14:13 1k [TXT] Makefile.in 01-Jun-2009 17:04 1k [   ] install-sh 26-May-1998 14:13 5k [TXT] configure.in 19-Oct-2009 12:38 14k [   ] config.sub 01-Jun-2009 17:04 30k [   ] config.guess 01-Jun-2009 17:04 41k [   ] ltmain.sh 01-Jun-2009 17:04 179k [   ] aclocal.m4 01-Jun-2009 17:04 204k [   ] libtool 01-Jun-2009 17:04 208k [   ] configure 19-Oct-2009 12:38 699k

README file for building Moira (R)

This is the root directory of MIT Athena's Moira service management
system source code.

Here are the steps for building the Moira source.

1.  If you want to build in the directory with the sources, run
       ./configure
    in that directory. If you want to build in another directory, run
       /path/to/moira/sources/configure
    from that directory. Note that for this to work you will need to
    be using a "make" program that supports VPATH.

    Some options you might want to use:
	 --with-com_err=PREFIX (defaults to util/et)
	 --with-krb4=PREFIX (required)
	 --with-hesiod=PREFIX
	 --with-zephyr=PREFIX
	 --with-oracle=PREFIX (defaults to $ORACLE_HOME, if present)
	 --with-afs=PREFIX (defaults to /usr/afsws, if present)
	 --with-readline=PREFIX

    (When building Moira on Athena, you should use the Athena source
    tree config.site file, either by doing
	 setenv CONFIG_SITE /mit/source/packs/build/config.site
    before running configure, or by using the Athena build system
    script /mit/source/packs/build/do.sh.)

2.  cd to include.  Read through moira_site.h adjusting the paths to
    what you want on your system.  Also change the #define of
    MOIRA_SERVER to be the name of the server you are planning on
    using. (Note that this is only used if hesiod lookup fails.)

3.  After configuring, run "make" to build everything. The server-side
    programs will be built if Oracle was found by configure.

4.  Run "make install".  You may want to check that programs
    are installed where you want.  Then add the appropriate
    directories to your PATH environment variable.

* Moira and Hesiod are registered trademarks of the Massachusetts
Institute of Technology (MIT).  Kerberos, and Zephyr are trademarks of
MIT.  No commercial use of these trademarks may be made without prior
written permission from MIT.