Tried installing Typhoeus on a Windows 7 environment. Gem installs successfully but when trying to run a simple ruby script:: require \'typhoeus\'
Typhoeus.get(\"www
I just had the same problem on Windows 7 x64 and answered about it here. Typhoeus requires Ruby-FFI
(see this answer) and libcurl
.
The accepted answer is a little out of date now, but the same idea works:
libcurl.dll
from one of the packages here:
https://curl.haxx.se/gknw.net/7.40.0/dist-w64/ and put it on the PATH.(I did not add .DLL to the PATHEXT)