Hi! You are missing a require clause:
irb(main):002:0> require 'typhoeus'
LoadError: no such file to load -- typhoeus
from (irb):2:in `require'
from (irb):2
from :0
irb(main):003:0> require 'rubygems'
=> true
irb(main):004:0> require 'typhoeus'
=> true
irb(main):005:0>
Alexis
On , ethicalhack3r <
ryande...@gmail.com> wrote:
> Hi,
>
>
>
> I have had the same error across multiple boxes while trying to get
>
> typhoeus up and running.
>
>
>
> irb(main):002:0> require 'typhoeus'
>
> LoadError: no such file to load -- typhoeus
>
> from (irb):2:in `require'
>
> from (irb):2
>
> from /usr/bin/irb:12:in `'
> --
>
> You received this message because you are subscribed to the Google Groups "Typhoeus" group.
>
> To post to this group, send email to
typh...@googlegroups.com.
>
> To unsubscribe from this group, send email to
typhoeus+u...@googlegroups.com.
>
> For more options, visit this group at
http://groups.google.com/group/typhoeus?hl=en.
>
>
>
>