]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Update README w/ libcap troubleshooting tip.
authorAnthony Wu <wu@learnsprout.com>
Fri, 1 Mar 2013 01:00:22 +0000 (17:00 -0800)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 1 Mar 2013 22:32:08 +0000 (17:32 -0500)
Signed-off-by: Anthony Wu <wu@learnsprout.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
README

diff --git a/README b/README
index 149556507e5d805c4a949df197d5d534cb7818e2..effca94bae0c197ed452f50f2e485ca2f197bfab 100644 (file)
--- a/README
+++ b/README
@@ -39,6 +39,19 @@ Downloading the current source code:
   ./autogen.sh && ./configure && make && sudo make install
   preceded by ./autogen.sh if configure do not exist yet.
 
+Troubleshooting:
+
+  If the ./autogen.sh script shows the following message: "aclocal: not found",
+  you are likely missing the "automake" package. Make sure it's installed and
+  try again.
+
+  If the ./configure script gives you the following message:
+    "configure: error: Please install the libcap development files."
+  you are likely missing the "libcap-dev" package.
+  The configure script will usually give you hints as to what you are missing,
+  looking for those in your package manager will usually give you the package
+  that you need to install.
+
 Getting help:
 
   when you find you need help, you can check out one of the two