Closed teusbenschop closed 5 years ago
gem install decidim This fails to install decidim
gem install decidim
cat /home/decidim/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0-static/charlock_holmes-0.7.6/mkmf.log
It appears that it needs libicu. The fix is this: sudo apt install libicu-dev
sudo apt install libicu-dev
Should this be mentioned in the installation instruction?
By the way, thank you for the great installation instructions, they were so helpful!
Yes, I think is required since version 0.17 of Decidim. It was also commented in https://github.com/Platoniq/decidim-install/issues/25. I'll update the guide, thanks for the heads up.
Updated in the guide now
gem install decidim
This fails to install decidimcat /home/decidim/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/extensions/x86_64-linux/2.5.0-static/charlock_holmes-0.7.6/mkmf.log
It appears that it needs libicu. The fix is this:
sudo apt install libicu-dev
Should this be mentioned in the installation instruction?
By the way, thank you for the great installation instructions, they were so helpful!