diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-08-07 12:22:27 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-08-07 12:22:27 +0000 |
commit | 05a68a44155216ab21ceef81aadf5187c46b44ad (patch) | |
tree | 13c19a5831b4158d935f97bf35f6c1908f59beda /encap/README | |
parent | 36ce9b2512f578d754a462a7b858306528256aaf (diff) | |
download | bcfg2-05a68a44155216ab21ceef81aadf5187c46b44ad.tar.gz bcfg2-05a68a44155216ab21ceef81aadf5187c46b44ad.tar.bz2 bcfg2-05a68a44155216ab21ceef81aadf5187c46b44ad.zip |
* Doc'd Solaris 10/x86 gcc compiler bug (that was causing openssl to
segfault) and fix in README
* Added "make test" to openssl compile, so at least it will obviously
fail if there is a problem now (not that it wasn't obvious before
if one was to read through the compile .log file :-)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2053 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/README')
-rw-r--r-- | encap/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/encap/README b/encap/README index 1ed9bbb02..73719de78 100644 --- a/encap/README +++ b/encap/README @@ -6,7 +6,7 @@ quickly as possible (from source). You can view this document with glorious Trac Wiki formatting at: * http://trac.mcs.anl.gov/projects/bcfg2/wiki/EncapHowto -(Although that version may be out of date) + (Although that version may be out of date) You can obtain the latest version of the code from bcfg2 svn: * `svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2/encap` @@ -50,6 +50,9 @@ work, but it has not yet been tested with a working bcfg2 repository. == Prerequisites == * GNU gcc and GNU g++ + * If you are using the gcc distributed with Solaris/x86 10, you need to + install the gcc bugfix at http://www.openssl.org/~appro/values.c by + running "ksh -f values.c" as root (or openssl will segfault) * GNU make (make sure "gmake" links to GNU make on non-GNU platforms) * epkg (the encap package manager) * Canonical website is http://www.encap.org/epkg |