diff --git a/changelog b/changelog index 7fe7659..574549c 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20120411 tpd src/axiom-website/patches.html 20120411.01.tpd.patch +20120411 tpd faq add FAQ 53: Axiom won't build on Fedora 20120410 tpd src/axiom-website/patches.html 20120410.01.tpd.patch 20120410 tpd books/bookvol5 fix parsing for 64 bit systems 20120410 tpd Makefile.pamphlet add ubuntu64 with 64 bit patch diff --git a/faq b/faq index 9674949..7ff4587 100644 --- a/faq +++ b/faq @@ -51,6 +51,7 @@ FAQ 49: How do I get the lastest GCL? FAQ 50: Cannot find libXpm.a FAQ 51: How can I do unicode in xterm? FAQ 52: Who was User? +FAQ 53: Axiom won't build on Fedora =================================================================== FAQ 0: How do I use Axiom? @@ -1883,3 +1884,12 @@ Due to this barrier it is know to be difficult to communicate with User. http://news.yahoo.com/s/afp/20100329/wl_africa_afp/egyptarchaeology + +=================================================================== +FAQ 53: Axiom won't build on Fedora +=================================================================== +Fedora prevents lisp from using the execheap access on a process. + +As root, type: + + setsebool -P allow_execheap 1 diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index e878e99..209ec12 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -3876,5 +3876,7 @@ zips/gcl-2.6.8pre7.tgz lisp fixes from Camm Maquire
Makefile fix typo in GCLOPTS line
20120410.01.tpd.patch books/bookvol5 fix parsing for 64 bit systems
+20120411.01.tpd.patch +faq add FAQ 53: Axiom won't build on Fedora