Suivre le didacticiel : Mise-à-jour d’une instance Mastodon vers la version stable v1.2
mastodon@server01mas:~/live$ gem install rails
...
Failed to locate protobuf
...
An error occurred while installing cld3 (3.1.2), and Bundler cannot continue.
Make sure that `gem install cld3 -v '3.1.2'` succeeds before bundling.
Solution :
# apt-get install pkg-config libprotobuf-dev protobuf-compiler
root@server01mas:/home/admin# curl -sL https://deb.nodesource.com/setup_6.x | bash -
root@server01mas:/home/admin# apt-get install -y nodejs
root@server01mas:/home/admin# nodejs -v
v6.10.3