Beta version on Raspberry PI (thinger.io image from shop)

Hi,

I am trying to get the beta version of thinger-maker-server running, but the command
sudo snap refresh thinger-maker-server --beta

fails, looks as if a library is missing:

error while loading shared libraries: libboost_filesystem.so.1.58.0:

error: cannot perform the following tasks:

  • Start snap “thinger-maker-server” (38) services ([start snap.thinger-maker-server.thingerd.service] failed with exit status 1:

output

systemctl status snap.thinger-maker-server.thingerd.service
● snap.thinger-maker-server.thingerd.service - Service for snap application thinger-maker-server.thingerd
Loaded: loaded (/etc/systemd/system/snap.thinger-maker-server.thingerd.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2019-04-06 07:55:19 UTC; 8min ago
Main PID: 2471 (thingerd)
CGroup: /system.slice/snap.thinger-maker-server.thingerd.service
└─2471 thingerd --fork --runpath=/var/snap/thinger-maker-server/common

journalctl gives me this:
COMMAND=/usr/bin/snap refresh thinger-maker-server --beta
Apr 06 07:54:01 localhost.localdomain sudo[2100]: pam_unix(sudo:session): session opened for user root by bowman42(uid=0)
– Unit snap.thinger-maker-server.thingerd.service has begun starting up.
Apr 06 07:55:09 localhost.localdomain thinger-maker-server.thingerd[2331]: thinger: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory
Apr 06 07:55:09 localhost.localdomain systemd[1]: snap.thinger-maker-server.thingerd.service: Control process exited, code=exited status=127
Apr 06 07:55:09 localhost.localdomain systemd[1]: Failed to start Service for snap application thinger-maker-server.thingerd.
– Subject: Unit snap.thinger-maker-server.thingerd.service has failed
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

– Unit snap.thinger-maker-server.thingerd.service has failed.

– The result is failed.
Apr 06 07:55:09 localhost.localdomain systemd[1]: snap.thinger-maker-server.thingerd.service: Unit entered failed state.
Apr 06 07:55:09 localhost.localdomain systemd[1]: snap.thinger-maker-server.thingerd.service: Failed with result ‘exit-code’.
Apr 06 07:55:09 localhost.localdomain systemd[1]: Stopped Service for snap application thinger-maker-server.thingerd.

after that the stable version is running …