当前位置:Gxlcms > PHP教程 > configure:error:DBA:Couldnotfindnecessaryheaderfile(s).

configure:error:DBA:Couldnotfindnecessaryheaderfile(s).

时间:2021-07-01 10:21:17 帮助过:79人阅读

编译PHP,提示错误:

configure: error: DBA: Could not find necessary header file(s).

详细见:https://gist.github.com/anonymous/ac9726a67198e4c0a946

有安装过gdbm

cd /
sudo find . -name "gdbm.h"
./usr/include/gdbm.h
./usr/include/gdbm/gdbm.h
./home/levi/.linuxbrew/Cellar/gdbm/1.11/include/gdbm.h
./home/levi/.linuxbrew/include/gdbm.h

但是为何编译会出现问题呢?

回复内容:

编译PHP,提示错误:

configure: error: DBA: Could not find necessary header file(s).

详细见:https://gist.github.com/anonymous/ac9726a67198e4c0a946

有安装过gdbm

cd /
sudo find . -name "gdbm.h"
./usr/include/gdbm.h
./usr/include/gdbm/gdbm.h
./home/levi/.linuxbrew/Cellar/gdbm/1.11/include/gdbm.h
./home/levi/.linuxbrew/include/gdbm.h

但是为何编译会出现问题呢?

操蛋的linuxbrew,跟osx的没法比

人气教程排行