Using or finding 'curl'

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?

ejb@theworld.com (Ed Baker) wrote in message news:e84bf2d7.0308191435.50084cbd@posting.google.com

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 libcurl - the multiprotocol file transfer library

http://curl.haxx.se/

Jesper

ejb@theworld.com (Ed Baker) wrote in message news:e84bf2d7.0308191435.50084cbd@posting.google.com

···

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?