[转].net Core 在 CentOS7下,报The type initializer for 'Gdip' threw an exception.异常

运行含图片处理时发生异常:

The type initializer for ‘Gdip‘ threw an exception.

解决办法如下

一、安装一下包:

yum -y install autoconf automake libtool
yum -y install freetype-devel fontconfig libXft-devel
yum -y install libjpeg-turbo-devel libpng-devel giflib-devel libtiff-devel libexif-devel
yum -y install glib2-devel cairo-devel
yum -y install mlocate
git clone https://github.com/mono/libgdiplus
cd libgdiplus
./autogen.sh
make
make install

二、创建符号链接:

ln -s /usr/local/lib/libgdiplus.so /usr/lib64/libgdiplus.so
ln -s /usr/local/lib/libgdiplus.so /usr/libgdiplus.so

三、更新一下库:

updatedb

 

[转].net Core 在 CentOS7下,报The type initializer for 'Gdip' threw an exception.异常

(0)
(0)
   
举报
评论 一句话评论(0
上一篇:js 浮点数陷阱


下一篇:boost安装