I'm having this error when running gem tweetstream
terminate called after throwing an instance of 'std::runtime_error' what(): Encryption not available on this event-machine
I understand it has something to do with my libssl. How do I install libssl-dev on windows?
Is there an equivalent of ubuntu's aptitude install libssl-dev
for windows or a gem?