diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-07-23 16:41:45 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-07-23 16:41:45 +0000 |
commit | 4d663541a23c9bc0348a32175e93cd35295a72b1 (patch) | |
tree | 40373270ac25928333df25fbd12340581e647a30 /encap | |
parent | c8f85b0c05a7aa3102d67199b58449524560c86b (diff) | |
download | bcfg2-4d663541a23c9bc0348a32175e93cd35295a72b1.tar.gz bcfg2-4d663541a23c9bc0348a32175e93cd35295a72b1.tar.bz2 bcfg2-4d663541a23c9bc0348a32175e93cd35295a72b1.zip |
EncapPackages: Changed README to mention epkg bug and new binaries location.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3541 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r-- | encap/INSTALL | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/encap/INSTALL b/encap/INSTALL index 6d73a84d3..500b262bb 100644 --- a/encap/INSTALL +++ b/encap/INSTALL @@ -14,8 +14,11 @@ EncapPackages | EncapReadme | EncapPlatforms | '''EncapInstall''' | EncapHowto 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 - * Mirror of epkg binaries is available at http://www.dclark.us/mirror/ + * Binaries are at http://mirror.opensysadmin.com/epkg-binaries/ + (Note: All other binary versions link against libtar-1.2.11 or earlier. + Versions of libtar before 1.2.12 have a nasty bug where 100 character + path names are truncated to 99 characters. To see what version of libtar + your epkg binary is linked against, use `epkg -V`.) * If built from source, first need all recommended libraries from web page * To ease building from source, read `epkg/README` and use `epkg/Makefile` * On AIX 4.3.3, you will need GNU binutils from: |