Open ghost opened 2 years ago
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')
require 'yajl' fixes above relocation error.
What is wrong with using "require 'yajl/yajl'"?
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'"?