Skip to content
mattalbright edited this page Aug 12, 2010 · 23 revisions

Please report issues here via google groups

- Cannot find -lgssapi_krb5 on 64 bit linux

no such file to load — curb_core:

This is what I receive when require the lib:

Explain the problem.


>> require 'rubygems'
=> false
>> require 'curb'
LoadError: no such file to load -- curb_core
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
        from /Library/Ruby/Gems/1.8/gems/taf2-curb-0.2.3/ext/curb.rb:5
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:36:in `require'
        from (irb):2
</pre>
Ruby – ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0]
Curl – curl 7.16.3
Curb – 0.2.3

Status: Unknown

Please include the output of ruby ext/extconf.rb, most likely this means you don’t have libcurl installed correctly.

Here you can write your found bugs:

Sample:

Explain the problem.

Here goes your code</pre>
Give version of ruby, curb and curl.

Status:

Clone this wiki locally