From 5ad188db611f9a321f103c1bf57616c1dc8d3301 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Mon, 5 Nov 2007 21:21:53 +0000 Subject: [PATCH] none --- AFSLore/HowToBuildOpenAFSFromSource.mdwn | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/AFSLore/HowToBuildOpenAFSFromSource.mdwn b/AFSLore/HowToBuildOpenAFSFromSource.mdwn index ecdd075..c33b0a9 100644 --- a/AFSLore/HowToBuildOpenAFSFromSource.mdwn +++ b/AFSLore/HowToBuildOpenAFSFromSource.mdwn @@ -35,15 +35,27 @@ CVS snapshots do not include files generated by autoconf; You can run regen.sh a #### Quick Answer +To build [[OpenAFS]] with Kerberos 5 support and the traditional paths: + cd openafs ./regen.sh ./configure --enable-debug --enable-transarc-paths --with-krb5-conf=(full path to krb5-config script) make make dest +You will need the Kerberos development libraries to build Kerbose support. + ### Installing the Binaries -(show how to install the binaries. explain the paths...) +After make dest, the binaries are placed into a dest directory, under a platform directory, such as i386\_linux26. + + # cp -r i386_linux26/dest/root.client/usr/vice/etc/modload /usr/vice/etc + # cp i386_linux26/dest/root.client/usr/vice/etc/afsd /usr/vice/etc + # cp -r i386_linux26/dest/bin /usr/afsws + # cp -r i386_linux26/dest/etc /usr/afsws + # cp -r i386_linux26/dest/include /usr/afsws + # cp -r i386_linux26/dest/lib /usr/afsws + # cp -r i386_linux26/dest/root.server/usr/afs/* /usr/afs ### Initial testing -- 1.9.4