Running steamcmd on BOX86 in armhf chroot
Solution 1:
Run it with
LD_LIBRARY_PATH="/opt/steamcmd/linux32/:$LD_LIBRARY_PATH" box86 linux32/steamcmd
This will make the library path be available to steamcmd.
Run it with
LD_LIBRARY_PATH="/opt/steamcmd/linux32/:$LD_LIBRARY_PATH" box86 linux32/steamcmd
This will make the library path be available to steamcmd.