[#76515] [Ruby trunk Bug#12610] webrick: protect from httpoxy — nagachika00@...
Issue #12610 has been updated by Tomoyuki Chikanaga.
3 messages
2016/07/22
[ruby-core:76219] [Ruby trunk Bug#11169] Symbol not found: _rb_str_new_static
From:
kleinjm007@...
Date:
2016-07-02 00:20:57 UTC
List:
ruby-core #76219
Issue #11169 has been updated by James Klein. This saved me such a huge headache. I was stuck on this for an hour with Puma right out of the box. Thank you so much ---------------------------------------- Bug #11169: Symbol not found: _rb_str_new_static https://bugs.ruby-lang.org/issues/11169#change-59439 * Author: Khoa Bui * Status: Rejected * Priority: Normal * Assignee: * ruby -v: 2.2.1 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- when i'm running **rails server** i'm getting this message below: ~~~ Warning: You're using Rubygems 2.0.14 with Spring. Upgrade to at least Rubygems 2.1.0 and run `gem pristine --all` for better startup performance. dyld: lazy symbol binding failed: Symbol not found: _rb_str_new_static Referenced from: /Users/buihdk/.rvm/gems/ruby-2.2.1/gems/json-1.8.2/lib/json/ext/parser.bundle Expected in: flat namespace dyld: Symbol not found: _rb_str_new_static Referenced from: /Users/buihdk/.rvm/gems/ruby-2.2.1/gems/json-1.8.2/lib/json/ext/parser.bundle Expected in: flat namespace Trace/BPT trap: 5 ~~~ Does anyone know the solution for this issue? Thanks! -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>