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
ld.so.1: ruby: fatal: relocation error: file /../gems/yajl-ruby-1.4.1/lib/yajl/yajl.so: symbol isinf: referenced symbol not found - /../gems/yajl-ruby-1.4.1/lib/yajl/yajl.so (LoadError)
Meanwhile editing yajl.rb (changing form 'yajl/yajl' to 'yajl')
more yajl.rb
require 'yajl'
fixes above relocation error.
What is wrong with using "require 'yajl/yajl'"?
The text was updated successfully, but these errors were encountered:
more yajl.rb
require 'yajl/yajl'
...
ld.so.1: ruby: fatal: relocation error: file /../gems/yajl-ruby-1.4.1/lib/yajl/yajl.so: symbol isinf: referenced symbol not found - /../gems/yajl-ruby-1.4.1/lib/yajl/yajl.so (LoadError)
Meanwhile editing yajl.rb (changing form 'yajl/yajl' to 'yajl')
more yajl.rb
require 'yajl'
fixes above relocation error.
What is wrong with using "require 'yajl/yajl'"?
The text was updated successfully, but these errors were encountered: