ホームページ  >  記事  >  バックエンド開発  >  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:432495ブラウズ

编译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 までご連絡ください。