I\'m using boost version 1.47, visual studio 2010, I downloaded the binaries for windows and linked to the include directory and lib directory from my project preferences. B
As mentioned in the comments to the question, my project linked once I added:
lib\libeay32.lib lib\ssleay32.lib
To the Project->Configuration Properties->Linker->Input->Additional Dependencies property.