curb problems on OS X

L

lists

Hi,
Is anyone else having problems with curb <http://curb.rubyforge.org/
on OS X using Intel architecture? Just thought I'd check before
filing a bug.

$ ruby --version
ruby 1.8.5 (2006-08-25) [i686-darwin8.8.2]
$ gem query -n curb

*** LOCAL GEMS ***

curb (0.1.0)
Ruby bindings for the libcurl(3) URL transfer library.
$ irb -rubygems -rcurb
dyld: NSLinkModule() error
dyld: Symbol not found: _curl_easy_escape
Referenced from: /opt/local/lib/ruby/gems/1.8/gems/curb-0.1.0/lib/
curb_core.bundle
Expected in: flat namespace
$

(ruby, irb, and gem are all installed under /opt/local using MacPorts
<http://www.macports.org/>).
 
G

Gregory Brown

Hi,
Is anyone else having problems with curb <http://curb.rubyforge.org/
on OS X using Intel architecture? Just thought I'd check before
filing a bug.

$ ruby --version
ruby 1.8.5 (2006-08-25) [i686-darwin8.8.2]
$ gem query -n curb

*** LOCAL GEMS ***

curb (0.1.0)
Ruby bindings for the libcurl(3) URL transfer library.
$ irb -rubygems -rcurb
dyld: NSLinkModule() error
dyld: Symbol not found: _curl_easy_escape
Referenced from: /opt/local/lib/ruby/gems/1.8/gems/curb-0.1.0/lib/
curb_core.bundle
Expected in: flat namespace
$

(ruby, irb, and gem are all installed under /opt/local using MacPorts
<http://www.macports.org/>).

with compiled from standard dist ruby 1.8.4 on OS X.4:

seltzer:~ sandal$ irb -rubygemsdyld: NSLinkModule() error
dyld: Symbol not found: _curl_easy_escape
Referenced from:
/usr/local/lib/ruby/gems/1.8/gems/curb-0.1.0/lib/curb_core.bundle
Expected in: flat namespace
 
L

lists

I don't know what this means (aside from the obvious that it's a
linkage problem). I found a number of references to similar
problems, mostly I think with new(er?) versions of OSX, but nothing
definitive. It's a problem, so please do file a bug with Curb, but
if anyone can shed any light on this issue I'd be most appreciative.

Cheers,

Bug filed: <http://rubyforge.org/tracker/index.php?
func=detail&aid=7802&group_id=2622&atid=10079>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top