# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1368251974 -7200 # Sat May 11 07:59:34 2013 +0200 # Branch extradoc # Node ID 8f6bc76bb578eef2c9274176f727d313969d03fd # Parent f3febaeb5c8aea9e9be351bd4d94870720e451b4 Include the error message diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -101,10 +101,11 @@ to <a class="reference internal" href="#translate">translate</a> yourself with the option <tt class="docutils literal"><span class="pre">--jit-backend=x86-without-sse2</span></tt>.</p> <p><tt class="docutils literal">[1]:</tt> stating it again: the Linux binaries are provided for the distributions listed here. <strong>If your distribution is not exactly this -one, it won't work,</strong> likely, or you need to hack a lot – or you need -to <a class="reference internal" href="#translate">translate</a> your own version from source – or you need to wait until -your distribution adds a package, see above – or you can try the -statically linked versions listed above.</p> +one, it won't work,</strong> likely: <tt class="docutils literal">pypy: error while loading shared +libraries: …</tt>. You need to hack a lot – or you need to <a class="reference internal" href="#translate">translate</a> +your own version from source – or you need to wait until your +distribution adds a package, see above – or you can try the statically +linked versions listed above.</p> </div> <div class="section" id="for-arm-alpha"> <h1>2.0 for ARM alpha</h1> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -92,10 +92,11 @@ ``[1]:`` stating it again: the Linux binaries are provided for the distributions listed here. **If your distribution is not exactly this -one, it won't work,** likely, or you need to hack a lot --- or you need -to translate_ your own version from source --- or you need to wait until -your distribution adds a package, see above --- or you can try the -statically linked versions listed above. +one, it won't work,** likely: ``pypy: error while loading shared +libraries: ...``. You need to hack a lot --- or you need to translate_ +your own version from source --- or you need to wait until your +distribution adds a package, see above --- or you can try the statically +linked versions listed above. 2.0 for ARM alpha -----------------