Address
304 North Cardinal St.
Dorchester Center, MA 02124

Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM

error:off_t undefibed;check your library configuration

php编译安装执行./configure报错error:off_t undefibed;check your library configuration 解决办法 vi /etc/ld.so.conf 添加如下几行 /usr/local/l

error:off_t undefibed;check your library configuration-下一朵云

php编译安装执行./configure报错error:off_t undefibed;check your library configuration

解决办法

vi /etc/ld.so.conf 添加如下几行

/usr/local/lib64
/usr/local/lib
/usr/lib
/usr/lib64

保存退出 :wq,执行ldconfig -v命令,使之生效