ubuntu 验证码 无法加载问题 gdiplus错误

浪淘沙2年前服务器459
Internal Server: Unable to load shared library 'gdiplus' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: /www/wwwroot/x.opent.cn/runtimes/linux-x64/native/gdiplus.so: cannot open shared object file: No such file or directory /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/gdiplus.so: cannot open shared object file: No such file or directory /www/wwwroot/x.opent.cn/gdiplus.so: cannot open shared object file: No such file or directory /www/wwwroot/x.opent.cn/runtimes/linux-x64/native/libgdiplus.so: cannot open shared object file: No such file or directory /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libgdiplus.so: cannot open shared object file: No such file or directory /www/wwwroot/x.opent.cn/libgdiplus.so: cannot open shared object file: No such file or directory /www/wwwroot/x.opent.cn/runtimes/linux-x64/native/gdiplus: cannot open shared object file: No such file or directory /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/gdiplus: cannot open shared object file: No such file or directory /www/wwwroot/x.opent.cn/gdiplus: cannot open shared object file: No such file or directory /www/wwwroot/x.opent.cn/runtimes/linux-x64/native/libgdiplus: cannot open shared object file: No such file or directory /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libgdiplus: cannot open shared object file: No such file or directory /www/wwwroot/x.opent.cn/libgdiplus: cannot open shared object file: No such file or directory
  1. 安装 libgdiplus

sudo apt-get update
sudo apt-get install -y libgdiplus

2. 确保安装路径正确

export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

3. 验证安装

ldconfig -p | grep libgdiplus


相关文章

CICD

1)克隆代码将要放置代码的文件夹点击右键选择"Git Clone",在Url中输入代码库的地址,确定后输入默认用户名与密码2)提交代码:这个提交只是向本地的代码库提交,并没有提交至...

win11 激活

右击开始图标,打开Windows终端(管理员),输入以下命令(分开三次执行 )slmgr -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX slmgr -skms kms...

宝塔面板设置 mysql 允许远程连接

https://blog.csdn.net/haibo0668/article/details/121204589...

linux asp.net core sb.AppendLine 乱码

1、检查系统默认编码:locale显示:LANG=zh_CN.UTF-8  LANGUAGE=   LC_CTYPE="zh_CN.UTF-8"&...

ubuntu 宝塔nginx 配置asp.net core网站 阿里云devops 流水线服务器设置

ubuntu 宝塔nginx 配置asp.net core网站 阿里云devops 流水线服务器设置

1、配置流水线 linux 新接主机 Runnetmkdir -p /tmp/aliyun/yunxiao-runner && wget&nbs...

ubuntn 重启命令

sudo shutdown -r now...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。