Changes between Version 3 and Version 4 of EncapHowto
- Timestamp:
- 08/11/06 08:08:46 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EncapHowto
v3 v4 5 5 quickly as possible (from source). 6 6 7 The latest version of this document is always available from: 8 * http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/encap/README 9 10 For a more general overview of what this is, see: 11 * http://trac.mcs.anl.gov/projects/bcfg2/wiki/EncapPackages 12 7 13 You can view this document with glorious Trac Wiki formatting at: 8 14 * http://trac.mcs.anl.gov/projects/bcfg2/wiki/EncapHowto 9 (Although that version may be out of date)15 (Although that version may be out of date) 10 16 11 17 You can obtain the latest version of the code from bcfg2 svn: … … 22 28 It attempts to be as self contained as possible; everything gets linked to 23 29 under `/usr/local/lib/bcfg2`, except for bcfg2 itself and some dependent 24 software, which is prefixed by `b2 ` (`b2openssl`, `b2python` etc.).30 software, which is prefixed by `b2-` (`b2-openssl`, `b2-python` etc.). 25 31 26 32 To run the bcfg2 server, you also need to install gamin, which … … 51 57 == Prerequisites == 52 58 * GNU gcc and GNU g++ 59 * If you are using the gcc distributed with Solaris/x86 10, you need to 60 install the gcc bugfix at http://www.openssl.org/~appro/values.c by 61 running "ksh -f values.c" as root (or openssl will segfault) 53 62 * GNU make (make sure "gmake" links to GNU make on non-GNU platforms) 54 * epkg from http://www.encap.org/epkg/ 63 * epkg (the encap package manager) 64 * Canonical website is http://www.encap.org/epkg 65 * Mirror of epkg binaries is available at http://www.dclark.us/mirror/ 55 66 * If built from source, first need all recommended libraries from web page 56 67 … … 74 85 75 86 || OS || Vendor || Version || Arch || GCC || By || With VERSION || 76 || AIX || IBM || 5.3 || POWER || 4.1.0 || dc || 0.1/0.8.2pre6 || 77 || GNU/Linux || Debian || Sarge || i386 || 3.3.5 || dc || 0.1/0.8.2pre6 || 78 || GNU/Linux || Debian || Sid || i386 || 4.1.2 || dc || 0.3/0.8.2pre10 || 87 || AIX || IBM || 5.3 || POWER || 4.1.0 || dc || 0.7/0.8.2 || 88 || GNU/Linux || Debian || Sarge || i386 || 3.3.5 || dc || 0.7/0.8.2 || 89 || GNU/Linux || Debian || Sid || i386 || 4.1.2 || dc || 0.8/0.8.2 || 90 || Solaris || Sun || 10 || Sparc || 3.4.3 || dc || 0.7/0.8.2 || 91 || Solaris || Sun || 10 || i386 || 3.4.3 || dc || 0.7/0.8.2 || 79 92 80 93 dc: "Daniel Clark" <mailto:[email protected]> … … 136 149 137 150 0.5:: 138 * Removed external download of patches as that was not working consist antly;139 replaced with patches inline the bcfg2 .profile140 * Added GNU patch depend ancy, both for bcfg2 patches and call from Cfg.py141 * Fixed bcfg-repo-validate so it can find xmllint (as b2 xmllint)151 * Removed external download of patches as that was not working consistently; 152 replaced with patches inline the bcfg2 encap profile (.ep file) 153 * Added GNU patch dependency, both for bcfg2 patches and call from Cfg.py 154 * Fixed bcfg-repo-validate so it can find xmllint (as b2-xmllint) 142 155 143 156 0.6:: 144 157 * Updated bcfg2 to 0.8.2 (released version) 145 * Removed r1953 patch from bcfg2 .profile, since that is included in 0.8.2158 * Removed r1953 patch from bcfg2 profile, since that is included in 0.8.2 146 159 * Added alpha version warning 147 160 161 0.7:: 162 * Added Solaris support 163 164 0.8:: 165 * Added python code to fix paths; removed inline patch & GNU patch dependency 166 * Path change happens as part of install, logged to postinstall.log 167 * Changed prefix from b2 to b2- to disambiguate from system commands 168 * Fixes to make man pages easier to access 169 * Install tools as b2-example-tools-* 170 * Added some auxiliary tools under tools/ directory 171 * daemontools - cross-platform alternative to init scripts/cron 172 * ostiary - simple/secure daemon for kicking off a local script 173 * epkg Makefile - to build epkg when prebuilt binaries aren't available 174 148 175 == Documentation Version == 149 $Id: README 1982 2006-07-20 22:23:25Z dclark $176 $Id: README 2053 2006-08-07 12:22:27Z dclark $