Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
php编译安装执行./configure报错error:off_t undefibed;check your library configuration 解决办法 vi /etc/ld.so.conf 添加如下几行 /usr/local/l
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
命令,使之生效