Using or finding 'curl'

E

Ed Baker

I tried to use the 'yahoo_finance' package from the RAA yesterday.
But, I couldn't get it working because of a require statement.

The third line of the yahoo_finance.rb file is:
require 'curl'

It seems that curl is not a ruby file, but rather a 'dll' or 'exe'
that I have to get.

Can anyone point me in the right direction?
 
A

Alan Chen

require 'curl'

It seems that curl is not a ruby file, but rather a 'dll' or 'exe'
that I have to get.

Can anyone point me in the right direction?

Its probably the ruby-curl extension. Search for 'curl' at raa.ruby-lang.org.
You'll probably need libcurl for your system http://curl.haxx.se/libcurl/
 

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,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top