[sagenb] 148/179: add command for Debian/Ubuntu

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit 475377f8b9d9ed9e94487874b3f83c749d035a36
Author: P Purkayastha <ppurka at gmail.com>
Date:   Tue Jul 16 00:19:58 2013 +0800

    add command for Debian/Ubuntu
---
 README.rst | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 7c08f0a..6ab8f23 100644
--- a/README.rst
+++ b/README.rst
@@ -53,8 +53,13 @@ files, in order to install LDAP authentication support. To enable HTTPS
 support read the section on SSL in Sage's own README file. Enabling LDAP
 authentication also requires one to install the LDAP development headers.
 You can install the LDAP development headers to your system by using your
-package manager. Next, use the following commands to install the
-python-ldap package in Sage::
+package manager. For instance, on a Debian/Ubuntu Linux system you may
+install LDAP and SSL by running the following command::
+
+    $ sudo apt-get install libldap2-dev libsasl2-dev libssl-dev
+
+Next, use the following commands to install the python-ldap package in
+Sage::
 
     $ /path/to/sage -sh
     $ easy_install python-ldap

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list