]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Update for meson
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 3 Jun 2022 19:35:35 +0000 (15:35 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 8 Jun 2022 04:47:01 +0000 (00:47 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
doc/FAQ.txt
doc/ja/FAQ.txt
doc/ko/FAQ.txt

index 50238ffde546a1d47aea36cfb099e4ecc06013dc..51a2f17a313012b3eef21b05e6d9dd2b5479e75f 100644 (file)
@@ -38,30 +38,3 @@ Answer:
 read the lxc man page about kernel version prereq :) most probably
 your kernel is not configured to support the container options you
 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
-==========
index 50238ffde546a1d47aea36cfb099e4ecc06013dc..51a2f17a313012b3eef21b05e6d9dd2b5479e75f 100644 (file)
@@ -38,30 +38,3 @@ Answer:
 read the lxc man page about kernel version prereq :) most probably
 your kernel is not configured to support the container options you
 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
-==========
index 50238ffde546a1d47aea36cfb099e4ecc06013dc..51a2f17a313012b3eef21b05e6d9dd2b5479e75f 100644 (file)
@@ -38,30 +38,3 @@ Answer:
 read the lxc man page about kernel version prereq :) most probably
 your kernel is not configured to support the container options you
 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
-==========