summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-12 19:01:41 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-12 19:01:41 +0000
commit8aa331d7b31033b1a7594a0020e8462f646241cf (patch)
tree69bc27b8fd8e6ce152c58c6cc7e87265546543a2 /README
parent4092a7802aa05dcc456a31d51bf2d8e3a42cd503 (diff)
downloadpuppet-8aa331d7b31033b1a7594a0020e8462f646241cf.tar.gz
puppet-8aa331d7b31033b1a7594a0020e8462f646241cf.tar.xz
puppet-8aa331d7b31033b1a7594a0020e8462f646241cf.zip
Adding further notes about openssl
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@815 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 02fb18921..2bfa6d2e5 100644
--- a/README
+++ b/README
@@ -10,12 +10,18 @@ Generally, you need the following things installed:
'ruby -ropenssl -e "puts :yep"'. If that errors out, you're missing the
library.
+ If your distribution doesn't come with the necessary library (e.g., on Debian
+ and Ubuntu you need to install libopenssl-ruby), then you'll probably have to
+ compile Ruby yourself, since it's part of the standard library and not
+ available separately. You could probably just compile and install that one
+ library, though.
+
* The Ruby XMLRPC client and server libraries. For some reason, this often
isn't included in the main ruby distributions. You can test for it by
running 'ruby -rxmlrpc/client -e "puts :yep"'. If that errors out, you're missing
the library.
-* Facter => 1.0.1
+* Facter => 1.1.1
You can get this from http://reductivelabs.com/projects/facter
$Id$