Webiva icon indicating copy to clipboard operation
Webiva copied to clipboard

Installation woes

Open lefnire opened this issue 14 years ago • 1 comments

I had trouble installing Webiva -- I initially tried Cinderella on Lion (as per the instructions), then tried Ubuntu. The problem is, each installation attempt gave me different issues -- the most common being "dyld: Symbol not found: _rb_intern2" for hpricot, but nothing consistent enough to replicate.

I finally got it working via RVM on Lion with the following, with some Webiva code changes at https://gist.github.com/1387009

$ # (install RVM) $ CC=/usr/bin/gcc-4.2 rvm install 1.8.7 # stupid xcode 4.2.1 using LLVM $ rvm use 1.8.7 --default $ gem install imagesize $ gem install starling memcache-client daemons --no-rdoc --no-ri

$ # Was getting http://bit.ly/pzaflK error without the following $ gem install rubygems-update -v='1.4.2' $ update_rubygems

$ ./scripts/quick_install.rb

lefnire avatar Nov 22 '11 21:11 lefnire

Thanks Tyler - I'll try a fresh VM of both and see if I can make it any easier .

cykod avatar Dec 01 '11 19:12 cykod