2022-01-19 12:19:54
19 01 2022
摘要:ASP.NET Core在CentOS 7 报 The type initializer for ‘Gdip’ threw an exception的解决办法

在centos下输入如下两个命令,就可以解决ASP.NET Core在CentOS 7 报 The type initializer for ‘Gdip’ threw an exception的问题

ln -s libdl-2.17.so libdl.so

yum install libgdiplus-devel

延伸阅读
  1. 上一篇:JDK
  2. 下一篇:Nginx
发表评论