mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 22:08:00 +00:00
doc: Update for meson
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
62423c89e7
commit
f2c06c6c2d
27
doc/FAQ.txt
27
doc/FAQ.txt
@ -38,30 +38,3 @@ Answer:
|
|||||||
read the lxc man page about kernel version prereq :) most probably
|
read the lxc man page about kernel version prereq :) most probably
|
||||||
your kernel is not configured to support the container options you
|
your kernel is not configured to support the container options you
|
||||||
want to use.
|
want to use.
|
||||||
|
|
||||||
|
|
||||||
Error:
|
|
||||||
------
|
|
||||||
|
|
||||||
On Ubuntu 8.10, if using the cvs source code rather than
|
|
||||||
the provided tarball. Then make is failing with many errors
|
|
||||||
similar to the line below:
|
|
||||||
==========
|
|
||||||
../../libtool: line 810: X--tag=CC: command not found
|
|
||||||
==========
|
|
||||||
|
|
||||||
Answer:
|
|
||||||
-------
|
|
||||||
|
|
||||||
This is related to a compatibility problem between the shipped
|
|
||||||
config/ltmain.sh and the libtool version installed on your
|
|
||||||
Ubuntu 8.10 machine.
|
|
||||||
You have to replace the config/ltmain.sh from cvs head by the one
|
|
||||||
from your libtool package, make some cleaning and reissue all
|
|
||||||
the build process:
|
|
||||||
==========
|
|
||||||
cd <your_lxc_working_dir>
|
|
||||||
cp -f /usr/share/libtool/config/ltmain.sh config/
|
|
||||||
rm -f libtool
|
|
||||||
./bootstrap && ./configure && make && sudo make install
|
|
||||||
==========
|
|
||||||
|
@ -38,30 +38,3 @@ Answer:
|
|||||||
read the lxc man page about kernel version prereq :) most probably
|
read the lxc man page about kernel version prereq :) most probably
|
||||||
your kernel is not configured to support the container options you
|
your kernel is not configured to support the container options you
|
||||||
want to use.
|
want to use.
|
||||||
|
|
||||||
|
|
||||||
Error:
|
|
||||||
------
|
|
||||||
|
|
||||||
On Ubuntu 8.10, if using the cvs source code rather than
|
|
||||||
the provided tarball. Then make is failing with many errors
|
|
||||||
similar to the line below:
|
|
||||||
==========
|
|
||||||
../../libtool: line 810: X--tag=CC: command not found
|
|
||||||
==========
|
|
||||||
|
|
||||||
Answer:
|
|
||||||
-------
|
|
||||||
|
|
||||||
This is related to a compatibility problem between the shipped
|
|
||||||
config/ltmain.sh and the libtool version installed on your
|
|
||||||
Ubuntu 8.10 machine.
|
|
||||||
You have to replace the config/ltmain.sh from cvs head by the one
|
|
||||||
from your libtool package, make some cleaning and reissue all
|
|
||||||
the build process:
|
|
||||||
==========
|
|
||||||
cd <your_lxc_working_dir>
|
|
||||||
cp -f /usr/share/libtool/config/ltmain.sh config/
|
|
||||||
rm -f libtool
|
|
||||||
./bootstrap && ./configure && make && sudo make install
|
|
||||||
==========
|
|
||||||
|
@ -38,30 +38,3 @@ Answer:
|
|||||||
read the lxc man page about kernel version prereq :) most probably
|
read the lxc man page about kernel version prereq :) most probably
|
||||||
your kernel is not configured to support the container options you
|
your kernel is not configured to support the container options you
|
||||||
want to use.
|
want to use.
|
||||||
|
|
||||||
|
|
||||||
Error:
|
|
||||||
------
|
|
||||||
|
|
||||||
On Ubuntu 8.10, if using the cvs source code rather than
|
|
||||||
the provided tarball. Then make is failing with many errors
|
|
||||||
similar to the line below:
|
|
||||||
==========
|
|
||||||
../../libtool: line 810: X--tag=CC: command not found
|
|
||||||
==========
|
|
||||||
|
|
||||||
Answer:
|
|
||||||
-------
|
|
||||||
|
|
||||||
This is related to a compatibility problem between the shipped
|
|
||||||
config/ltmain.sh and the libtool version installed on your
|
|
||||||
Ubuntu 8.10 machine.
|
|
||||||
You have to replace the config/ltmain.sh from cvs head by the one
|
|
||||||
from your libtool package, make some cleaning and reissue all
|
|
||||||
the build process:
|
|
||||||
==========
|
|
||||||
cd <your_lxc_working_dir>
|
|
||||||
cp -f /usr/share/libtool/config/ltmain.sh config/
|
|
||||||
rm -f libtool
|
|
||||||
./bootstrap && ./configure && make && sudo make install
|
|
||||||
==========
|
|
||||||
|
Loading…
Reference in New Issue
Block a user