Fails to build on step 4
Created by: KyleSponz
I installed using this script: curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu.sh | sh
I am running this step sudo gem install charlock_holmes --version '0.6.8'
and I am getting this: /usr/local/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>': It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby. Building native extensions. This could take a while... ERROR: Error installing charlock_holmes: ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
checking for main() in -licui18n... no checking for main() in -licui18n... no
*********** icu required (brew install icu4c or apt-get install libicu-dev) ***********
*** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.
I installed libyaml via rvm I am still getting the error
Any help would be most appreciated!