(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawmtn6sYEYvi8fYMU7lIUdSxWfjqwJ0KNeg <Alex@web>
Mon, 28 Mar 2011 18:48:11 +0000 (11:48 -0700)
committerOpenAFS Wiki <ikiwiki@openafs.org>
Mon, 28 Mar 2011 18:48:11 +0000 (11:48 -0700)
AFSLore/HowToBuildOpenAFSFromSource.mdwn

index 37faaf2..602d2c3 100644 (file)
@@ -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