Skip to content

yajl.rb: require 'yajl/yajl' ld.so.1: ruby: fatal: relocation error: #208

@ghost

Description

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'"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions