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的语言是一致的?

     本人学识尚浅,写文目的是为了得到大家指点。 倘若文章帮到了您,那真是好极了。
 
 
 

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的语言是一致的?

相关文章:

  • 2022-12-23
  • 2021-08-17
  • 2021-09-05
  • 2021-08-16
  • 2021-12-06
  • 2021-06-14
  • 2021-09-16
  • 2022-12-23
猜你喜欢
  • 2021-08-15
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-07-30
  • 2021-11-14
相关资源
相似解决方案