Add note about the wrapper & Freebsd for I2P >= 0.8.9

This commit is contained in:
kytv
2011-11-23 21:30:08 +00:00
parent 457b560a00
commit 265d396d63

View File

@ -606,15 +606,17 @@ When trying to start the router using "i2prouter start", you may see output like
     /libexec/ld-elf.so.1: Shared object "libm.so.4" not found, required by "i2psvc"
</code>
<p>In order to be inclusive and try to ensure that I2P will run on as many systems
as possible, we use a <a href="http://wrapper.tanukisoftware.com/">java wrapper</a>
compiled for FreeBSD 6.x. Most likely you do not have the necessary compatibility libraries
installed. These libraries may be installed by performing the following steps:</p>
as possible, up until I2P 0.8.9 we used a <a href="http://wrapper.tanukisoftware.com/">java wrapper</a>
compiled for FreeBSD 6.x. If you're receiving this error you most likely are missing the necessary compatibility libraries.
These libraries may be installed by performing the following steps:</p>
<ul>
<li>Switch to the root user with <code>su</code> or log in as <code>root</code>.</li>
<li><code>cd /usr/ports/misc/compat6x</code></li>
<li><code>make install</code></li>
</ul>
<p>If you cannot install these compatibility libraries (or do not want to), other possibilities would be to compile the wrapper for <a href="manualwrapper">your system</a> or starting I2P with the <code>runplain.sh</code> script.</p>
<p>If you cannot install these compatibility libraries (or do not want to), other possibilities would be to compile the wrapper for <a href="manualwrapper">your system</a>,
starting I2P with the <code>runplain.sh</code> script, or you can replace the wrapper with one from the source tarball.</p>
<p>For the 0.8.9 release of I2P, the wrapper was upgraded to v3.5.12 and compiled on systems running FreeBSD 7.2.</p>
<h3 id="protocolfamily">In <code>wrapper.log</code> I see an error that states "<code>Protocol family unavailable</code>" when loading the Router Console
<span class="permalink">(<a href="#protocolfamily">link</a>)</span></h3>