error: open of glibc-devel-2.12-1.132.el6.i686.rpm failed: 没有那个文件或目录

在安装qt的时候出现了错误:
error: open of glibc-devel-2.12-1.132.el6.i686.rpm failed: 没有那个文件或目录

错误原因:缺少glibc-devel

解决方法:

1、找到安装系统的linux镜像文件
error: open of glibc-devel-2.12-1.132.el6.i686.rpm failed: 没有那个文件或目录
因为我需要32位的,所以我选择glibc-devel-2.12-1.132.el6.i686.rpm
2、将glibc-devel-2.12-1.132.el6.i686.rpm上传至linux系统下,并执行如下命令安装。
rpm -ivf glibc-devel-2.12-1.132.el6.i686.rpm

至此问题解决!

上一篇:.net core 3.0web_razor page项目_使用中间件接受大文件上传报错_httpRequest.Form threw an exception of type Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException_Request body too large


下一篇:html绑定