Platoniq / decidim-install

A step-by-step guide to install Decidim on a production site
https://platoniq.github.io/decidim-install/
GNU Affero General Public License v3.0
54 stars 35 forks source link

Missing step: libicu-dev #31

Closed teusbenschop closed 5 years ago

teusbenschop commented 5 years ago

gem install decidim This fails to 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

Should this be mentioned in the installation instruction?

By the way, thank you for the great installation instructions, they were so helpful!

microstudi commented 5 years ago

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.

microstudi commented 5 years ago

Updated in the guide now