linux环境下报错 configure: error: off_t undefined; check your library configuration
解决方法
# 添加搜索路径到配置文件
echo '/usr/local/lib64 /usr/local/lib /usr/lib /usr/lib64'>>/etc/ld.so.conf
# 更新配置
ldconfig -v
本文介绍如何在Linux环境中处理configure错误,重点在于添加搜索路径到配置文件,更新LD_LIBRARY_PATH,并提供详细步骤。
linux环境下报错 configure: error: off_t undefined; check your library configuration
解决方法
# 添加搜索路径到配置文件
echo '/usr/local/lib64 /usr/local/lib /usr/lib /usr/lib64'>>/etc/ld.so.conf
# 更新配置
ldconfig -v
1791
408
719
349
764

被折叠的 条评论
为什么被折叠?
