backbone-js-on-rails icon indicating copy to clipboard operation
backbone-js-on-rails copied to clipboard

Can't deploy example_app

Open vadimvorotilov opened this issue 12 years ago • 1 comments

I install ruby 1.9.3-p286 with RVM.

Next step, I want to install bundler gem, but:

fantgeass@fantgeass-Inspiron-N5110:~/RubymineProjects/bb-rails-book$ gem install bundler
ruby: symbol lookup error: /home/fantgeass/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/i686-linux/socket.so: undefined symbol: getipnodebyname

vadimvorotilov avatar Jan 17 '13 12:01 vadimvorotilov

Hello @fantgeass. Sorry to hear you ran into an issue.

I did a quick search and found that the error you are reporting seems to be associated with older versions of ruby.

Can you try pulling down the latest code for the example app? We are now using ruby 1.9.3-p392. Hopefully upgrading to that will sort out the issue.

christoomey avatar Jun 07 '13 19:06 christoomey