Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation woes #7

Open
lefnire opened this issue Nov 22, 2011 · 1 comment
Open

Installation woes #7

lefnire opened this issue Nov 22, 2011 · 1 comment

Comments

@lefnire
Copy link

lefnire commented Nov 22, 2011

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
Copy link
Owner

cykod commented Dec 1, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants