curb gem on Mac Lion

863 views Asked by At

I'm trying to install the curb gem in my Mac OSX Lion. I tried all solutions cited here already, like Having Issues with Curb gem on Mac Snow Leopard

my environment ruby 1.9.2 (rvm), mac OSX Lion, Xcode installed, lib curl (through sudo port install curl +universal command) installed.

the results from bundle install and my lib curl path is in this gist:

https://gist.github.com/1652989

based on my lib curl installation (as well on gist) I did try as well this compile command:

rake install EXTCONF_OPTS='--with-curl-dir=/opt/local/include/curl --prefix=/opt/local'

which failed. any idea?

1

There are 1 answers

0
chasethesunnn On

I know this is old and might not pertain to Mac Lion specifically.

If you are using ruby, try

gem install curb --platform=ruby