You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: