Changes between Version 1 and Version 2 of EncapInstall
- Timestamp:
- 09/05/06 11:17:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EncapInstall
v1 v2 12 12 running "`ksh -f values.c`" as root (or openssl will segfault) 13 13 * GNU make (make sure "gmake" links to GNU make on non-GNU platforms) 14 * /usr/local/man should be a directory, not a symbolic link15 14 * epkg (the encap package manager) 16 15 * Canonical website is http://www.encap.org/epkg … … 76 75 redirected to `make.log`, and package build output will go to individual 77 76 log files. If the entire build is successful, you will see: 78 {{{### encap build finished...}}} 77 {{{ 78 ### encap build finished... 79 }}} 79 80 followed by the locations of the various packages at the end of make.log 80 1. If everything goes well, try running "`bcfg2-repo-validate`". This should81 not generate a python traceback, but will probably throw an error.82 81 83 82 Packages that you can install on other machines will be in the "`DIST`" 84 83 directory. In most cases you will only need the self-extracting/installing 85 84 package with the name like "`bcfg2-*.run`"; that will install the bcfg2 client. 85 You will need to install this even on your build machine(s) and server(s), so 86 the setup script will run. 86 87 87 88 You can install the doc packages if you want, although it probably makes more … … 89 90 get stuff up and running. 90 91 91 On GNU/Linux platforms, glib and gamin will also be built; these only have to be installed only on the bcfg2 server machine. 92 On GNU/Linux platforms, glib and gamin will also be built; these only have to 93 be installed only on the bcfg2 server machine. 92 94 93 95 Cheetah will be built on all platforms (as it is needed as a build-time … … 100 102 101 103 == Documentation Version == 102 * This is a copy of: $Id: INSTALL 21 73 2006-09-02 23:37:24Z dclark $104 * This is a copy of: $Id: INSTALL 2187 2006-09-04 18:12:44Z dclark $ 103 105 * Most recent version: http://www.bcfg2.org/browser/trunk/bcfg2/encap/INSTALL