解决php7.3 configure: error: off_t undefined

//解决该问题:
php7.3 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

posted @ 2019-04-28 14:27  zhou_blog  阅读(2122)  评论(0编辑  收藏  举报