zlatinb / muwire-seedbox-daemon

4 stars 1 forks source link

jbiginteger not found #3

Open JamesOlvertone opened 15 hours ago

JamesOlvertone commented 15 hours ago

When I start the programm I get

INFO 24936 --- [ main] net.i2p.util.NativeBigInteger : Resource name [libjbigi-linux-none_64.so] was not found
INFO 24936 --- [ main] net.i2p.util.NativeBigInteger : Resource name [libjbigi-linux-none.so] was not found
WARN 24936 --- [ main] net.i2p.util.NativeBigInteger : Native BigInteger library jbigi not loaded - using pure Java - poor performance may result - see http://i2p-projekt.i2p/jbigi for help

i2p (separate installation) shows in its logs that it uses jbigi, libjbigi.so and libjcpuid.so are in its directory. In the webfrontend of i2prouter seedbox is listed under tunnels and has a green dot so it uses this i2prouter as it should.

zlatinb commented 14 hours ago

That is an error message from the i2p library, which makes the assumption that it will always be used as part of a router. But the seedbox daemon does not include a router, so it is nothing to worry about.