Changes between Version 3 and Version 4 of EncapHowto


Ignore:
Timestamp:
08/11/06 08:08:46 (17 years ago)
Author:
dclark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EncapHowto

    v3 v4  
    55quickly as possible (from source). 
    66 
     7The latest version of this document is always available from: 
     8 * http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/encap/README 
     9 
     10For a more general overview of what this is, see: 
     11 * http://trac.mcs.anl.gov/projects/bcfg2/wiki/EncapPackages 
     12 
    713You can view this document with glorious Trac Wiki formatting at: 
    814 * 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) 
    1016 
    1117You can obtain the latest version of the code from bcfg2 svn: 
     
    2228It attempts to be as self contained as possible; everything gets linked to 
    2329under `/usr/local/lib/bcfg2`, except for bcfg2 itself and some dependent 
    24 software, which is prefixed by `b2` (`b2openssl`, `b2python` etc.).   
     30software, which is prefixed by `b2-` (`b2-openssl`, `b2-python` etc.).   
    2531 
    2632To run the bcfg2 server, you also need to install gamin, which 
     
    5157== Prerequisites == 
    5258 * 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) 
    5362 * 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/ 
    5566   * If built from source, first need all recommended libraries from web page 
    5667 
     
    7485 
    7586|| 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      || 
    7992 
    8093dc: "Daniel Clark" <mailto:[email protected]> 
     
    136149 
    137150 0.5:: 
    138  * Removed external download of patches as that was not working consistantly; 
    139    replaced with patches inline the bcfg2 .profile 
    140  * Added GNU patch dependancy, both for bcfg2 patches and call from Cfg.py 
    141  * Fixed bcfg-repo-validate so it can find xmllint (as b2xmllint) 
     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) 
    142155  
    143156 0.6:: 
    144157 * Updated bcfg2 to 0.8.2 (released version) 
    145  * Removed r1953 patch from bcfg2 .profile, since that is included in 0.8.2 
     158 * Removed r1953 patch from bcfg2 profile, since that is included in 0.8.2 
    146159 * Added alpha version warning 
    147160 
     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 
    148175== Documentation Version == 
    149 $Id: README 1982 2006-07-20 22:23:25Z dclark $ 
     176$Id: README 2053 2006-08-07 12:22:27Z dclark $