From 5eceae03682360b5262333a7e88b933e972ec3fe Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlsOmyYKCW74-OR8ZQgapgq9fge4inleh0" Date: Wed, 3 Apr 2013 07:16:00 -0700 Subject: [PATCH 1/1] Solaris 11 pkg list --- HowToBuildOpenAFSFromSource.mdwn | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/HowToBuildOpenAFSFromSource.mdwn b/HowToBuildOpenAFSFromSource.mdwn index 597a01a..2cd1e78 100644 --- a/HowToBuildOpenAFSFromSource.mdwn +++ b/HowToBuildOpenAFSFromSource.mdwn @@ -193,12 +193,18 @@ Note: Is a perl devel lib needed on solaris? #### Solaris 11 #### -Use the `pkg` tool to install the neccessary tools and libs to build OpenAFS +Install SolarisStudio 12.3 via tarball. + +Use the `pkg` tool to install the other necessary tools and libs to build OpenAFS on Solaris 11. -XXX: need the package list. + $ sudo pkg install git + $ sudo pkg install make flex bison gnu-m4 gnu-coreutils gnu-binutils gnu-sed + $ sudo pkg install automake /* this selects automake-111; if dependency errors are indicated, try automake-110 */ + $ sudo pkg install autoconf libtool + $ sudo pkg install developer/gcc-3 -The OpenAFS build process requires the `gencat` program. Verify +The OpenAFS build process also requires the `gencat` program. Verify `/usr/bin/gencat` is available, otherwise install the `SUNWloc` package. $ sudo pkg install SUNWloc -- 1.9.4