Mastodon - cannot run - libicudata.so.65 missing

My YunoHost server

Hardware: VPS bought online
YunoHost version: 4.1.7.3
I have access to my server : Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : installed Mastodon and restored it from backup right away

Description of my issue

I’ve installed Mastodon on a new yunohost server and restored it from a backup form an older server.

Mastodon doesn’t run now, the logs say:

! Unable to load application: LoadError: libicudata.so.65: cannot open shared object file: No such file or directory
bundler: failed to load command: puma (/var/www/mastodon/live/vendor/bundle/ruby/2.7.0/bin/puma)

I have icu installed, but only 58, not 65

$ ls /usr/lib/libicudata.so*
/usr/lib/libicudata.so.58

After redownloading all the gems it started to work. For future reference:

$ cd /var/www/mastodon/live
$ su mastodon -s /bin/bash
$ /opt/rbenv/versions/mastodon/bin/bundle install --redownload
$ ^D
$ systemctl restart mastodon-web

Working now. Created an issue:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.