axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] "Lisp initialization failed." error encountered wh


From: Ted Kosan
Subject: Re: [Axiom-developer] "Lisp initialization failed." error encountered while building Axiom.
Date: Thu, 4 Mar 2010 22:33:44 -0500

Tim wrote:

> You probably have not turned off address randomization during build.
> (faq 36,37): Try (as root):
>
> echo 0 >/proc/sys/kernel/randomize_va_space
> echo 0 >/proc/sys/kernel/exec-shield
> make clean
> make NOISE=


In my original email I had forgotten to mention that I had executed
both of these lines multiple times:

  echo 0 >/proc/sys/kernel/randomize_va_space
  echo 0 >/proc/sys/kernel/exec-shield


However, I was using just make instead of

 make clean
 make NOISE=

when I used these, the build proceeded past the point where the error
was encountered with no problems.


Thanks,

Ted




reply via email to

[Prev in Thread] Current Thread [Next in Thread]