mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 11:01:00 +00:00
Update README w/ libcap troubleshooting tip.
Signed-off-by: Anthony Wu <wu@learnsprout.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
1cb4260d10
commit
c5427d7d9f
13
README
13
README
@ -39,6 +39,19 @@ Downloading the current source code:
|
|||||||
./autogen.sh && ./configure && make && sudo make install
|
./autogen.sh && ./configure && make && sudo make install
|
||||||
preceded by ./autogen.sh if configure do not exist yet.
|
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:
|
Getting help:
|
||||||
|
|
||||||
when you find you need help, you can check out one of the two
|
when you find you need help, you can check out one of the two
|
||||||
|
Loading…
Reference in New Issue
Block a user