cykod / Webiva

Webiva Content Management System
http://www.webiva.org
GNU General Public License v2.0
179 stars 41 forks source link

Installation woes #7

Open lefnire opened 12 years ago

lefnire commented 12 years ago

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

cykod commented 12 years ago

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