Ruby Error while installing charlock_holmes
Error :
Fetching charlock_holmes 0.7.5
Installing charlock_holmes 0.7.5 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
Solution : 1
If you are using debian or ubuntu
If you are using Centos or fedora
Solution : 2
Try to install other version of charlock_holmes
Error :
Fetching charlock_holmes 0.7.5
Installing charlock_holmes 0.7.5 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
Solution : 1
If you are using debian or ubuntu
sudo apt-get install libicu-dev
If you are using Centos or fedora
sudo yum install libicu-devel
Solution : 2
Try to install other version of charlock_holmes
gem pristine charlock_holmes --version 0.6.9.4
orgem install charlock_holmes -v '0.6.9'