‘sudo gem install ultraviolet’ produced a bunch of build errors (ending in ‘make: *** [oregexp.o] Error 1
‘) for me on ubuntu hardy. I tracked it down to the ‘oniguruma’ gem not building.
sudo apt-get -y install libonig-dev
sudo gem install oniguruma
All better.
Thanks – this tip saved me some time.
Pingback: debianizing ruby gems at btm.geek
Thanks a lot for this!
This was very helpful.
Pingback: How to highlight source code using Ultra Violet and Hpricot « XP on Rails
You sir are a gentleman and a scholar.
(read: You saved me heaps of time, thanks!)
Thanks! This should be easier – rubygems should somehow interact with apt-get …