求助文,缺少stubs-n32_hard.h

mips版linux中使用pip工具碰到的问题
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
在其他博客中搜索答案,见下链接
https://www.cnblogs.com/jasonLiu2018/articles/10730605.html
需要升级openssl
升级openssl过程中,make时遇到问题如下

/usr/include/gnu/stubs.h:23:33: fatal error: gnu/stubs-n32_hard.h: No such file or directory
include
compilation terminated.
Makefile:734: recipe for target ‘apps/app_rand.o’ failed
make[1]: *** [apps/app_rand.o] Error 1
make[1]: Leaving directory ‘/home/loongson/下载/openssl-1.1.1a’
Makefile:171: recipe for target ‘all’ failed
make: *** [all] Error 2

网上能搜索到的都是缺stubs.h的话,安装glibc-devel,但是我安装提示
软件包 glibc-devel-2.20-15.fc21.loongson.10.mips64el 已安装并且是最新版本
无须任何处理

所以,stubs-n32_hard.h该如何解决?还是我解决的思路不对?

你可能感兴趣的:(求助)