From 5c79d742343ec09cb3c78ede6f623e4e24217511 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmtn6sYEYvi8fYMU7lIUdSxWfjqwJ0KNeg" Date: Mon, 28 Mar 2011 11:48:11 -0700 Subject: [PATCH 1/1] --- AFSLore/HowToBuildOpenAFSFromSource.mdwn | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/AFSLore/HowToBuildOpenAFSFromSource.mdwn b/AFSLore/HowToBuildOpenAFSFromSource.mdwn index 37faaf2..602d2c3 100644 --- a/AFSLore/HowToBuildOpenAFSFromSource.mdwn +++ b/AFSLore/HowToBuildOpenAFSFromSource.mdwn @@ -146,8 +146,20 @@ installed with the following yum commands, ### Solaris Packages -XXX: Please add the solaris pgk names +For Solaris packages, start by installing pkg-get, if you have not already. + $ wget http://www.opencsw.org/pkg-get + $ pkgadd -d /path/to/pkg-get + $ wget --output-document=/tmp/gpg.key http://www.opencsw.org/get-it/mirrors/ + $ gpg --import /tmp/gpg.key + +Check to make sure pkg-get is installed properly by doing a pkg-get compare. +It should output a list of installed packages compared to up-to-date remote packages. + +With pkg-get installed, go ahead and begin installing the necessary packages + + $ pkg-get install gcc flex bison automake autoconf gmake + $ pkg-get install krb5_kdc ncurses ## Getting the Source Code -- 1.9.4