Skip to content

Installation woes #7

@lefnire

Description

@lefnire

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions