>백엔드 개발 >PHP 튜토리얼 >configure: error: DBA: Could not find necessary header file(s).

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

WBOY
WBOY원래의
2016-06-06 20:35:432546검색

编译PHP,提示错误:

<code>configure: error: DBA: Could not find necessary header file(s).
</code>

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

有安装过gdbm

<code>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
</code>

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

回复内容:

编译PHP,提示错误:

<code>configure: error: DBA: Could not find necessary header file(s).
</code>

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

有安装过gdbm

<code>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
</code>

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

操蛋的linuxbrew,跟osx的没法比

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.