Centos7中验证码图片报错
Posted wangbg
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7中验证码图片报错相关的知识,希望对你有一定的参考价值。
在windows开发环境下,没有问题,在Linux系统中报错 System.DrawingCore.GDIPlus,参考链接:https://www.cnblogs.com/lori/p/8117932.html
yum whatprovides libgdiplus && yum install -y epel-release && yum install -y libgdiplus-2.10-10.el7.x86_64 && yum install -y libgdiplus-devel
再配置一个链接
ln -s /usr/lib64/libgdiplus.so gdiplus.dll
这样就ok了,但是出来是乱码。。。
以上是关于Centos7中验证码图片报错的主要内容,如果未能解决你的问题,请参考以下文章