from: http://www.cnblogs.com/luguo3000/p/3539815.html
在安裝OpenSSL的時候通常會提示以下錯誤:
"The Win32 OpenSSL Installation Project setup has detected that the following critical component is missing:
Microsoft Visual C++ 2008 Redistributables
Win32 OpenSSl will nor function properly without this component. It is recommended that you install the missing component before clicking "OK" to continue."
原因很明顯是缺少組件,如果OpenSSL是32位的那就下載個32位的組件,下載下來安裝(http://www.microsoft.com/en-us/download/details.aspx?id=29)。
什么?還是出現這個問題,重啟也不管用?
那請檢查組件的語言是否與OpenSSL的語言是一致的?
本人學識尚淺,寫文目的是為了得到大家指點。 倘若文章幫到了您,那真是好極了。