aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-04-03 12:22:10 +0100
committerEwan Mellor <ewan@xensource.com>2007-04-03 12:22:10 +0100
commit9423a78d7fb9a3f9cab740a88e6ec74b6275e76b (patch)
tree77997b7259d6fb583de062d2a96c81c72657df3d /README
parenta9344ed5826043957f11d480e0cf48ec4bdc73b8 (diff)
downloadxen-9423a78d7fb9a3f9cab740a88e6ec74b6275e76b.tar.gz
xen-9423a78d7fb9a3f9cab740a88e6ec74b6275e76b.tar.bz2
xen-9423a78d7fb9a3f9cab740a88e6ec74b6275e76b.zip
Added section on Xend's runtime dependencies.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index b1200f7b29..c382918db4 100644
--- a/README
+++ b/README
@@ -177,3 +177,25 @@ On Linux:
an initial ram disk, just like a native system e.g.
# depmod 2.6.16-xen
# mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.16-xen.img 2.6.16-xen
+
+
+Python Runtime Libraries
+========================
+
+Xend (the Xen daemon) has the following runtime dependencies:
+
+ * Python 2.3 or later.
+ In many distros, the XML-aspects to the standard library
+ (xml.dom.minidom etc) are broken out into a separate python-xml package.
+ This is also required.
+
+ URL: http://www.python.org/
+ Debian: python, python-xml
+
+ * For optional SSL support, pyOpenSSL:
+ URL: http://pyopenssl.sourceforge.net/
+ Debian: python-pyopenssl
+
+ * For optional PAM support, PyPAM:
+ URL: http://www.pangalactic.org/PyPAM/
+ Debian: python-pam