环境:
ansible自动部署:PostgreSQL11」在[WS2012+PowerShell4.0]


错误信息:
C:\Users\xxxx\AppData\Local\Temp\postgresql_installer_xxxx\getlocales.exe
: child killed: unknown signal


现状:
▪https://postgresrocks.enterprisedb.com/t5/PostgreSQL/PostgreSQL-installation-issues/td-p/673/page/2
This problem is because getlocales.exe uses Visual Studio 2013 redistribubles(X64 or X86).
But the installer of PostgreSQL forgot to install the VC2013 redistribubles.
--->已安装VC运行库(x86/x64),问题依然发生。

调查过程:
直接运行:getlocate.exe
也会报缺少api-ms-win-crt-string-l1-1-0.dll文件。


解决:
windows2012的bug,安装补丁:Windows8-RT-KB2999226-x64.msu


参考:
https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q11159188551
https://answers.microsoft.com/en-us/windows/forum/all/api-ms-win-crt-string-l1-1-0dll-is-missing-in/bb0b23b8-83ec-4fd8-b912-23c81351b5e7
https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows
https://www.microsoft.com/ja-JP/download/details.aspx?id=49091

相关文章:

  • 2021-04-02
  • 2022-12-23
  • 2021-05-17
  • 2021-09-22
  • 2022-12-23
  • 2021-11-18
  • 2021-08-07
猜你喜欢
  • 2022-12-23
  • 2021-07-21
  • 2022-01-05
  • 2021-12-19
  • 2021-07-24
  • 2022-03-02
  • 2022-12-23
相关资源
相似解决方案