papyrus-mc / papyruscs

PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Apache License 2.0
255 stars 42 forks source link

error while loading shared libraries: libpthread.so #82

Open vladbogun1 opened 3 years ago

vladbogun1 commented 3 years ago

Hi, i have just installed this app on my linux computer and it works fine. I also have a server on y Raspberry Pi which has another architecture, and got errors during startup. ./PapyrusCs: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory I look file libpthread.so in my /usr/lib/ catalog and found all libs laying in /usr/lib/aarch64-linux-gnu image

Despite that, i cant make program alive. i really want to run it near my minecraft server in order to look all map in live mode.

This is my Pi system info, hope you can advice me something. image