安装OpenSSL缺失Microsoft Visual C++ 2008 Redistributables的解决方案

  在安装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位的组件,下载下来安装。


  什么?还是出现这个问题,重启也不管用?


  那请检查组件的语言是否与OpenSSL的语言是一致的?

原文地址:https://www.cnblogs.com/luguo3000/p/3539815.html