Heim  >  Artikel  >  Backend-Entwicklung  >  centos-DBA: Could not find necessary header file(s).

centos-DBA: Could not find necessary header file(s).

WBOY
WBOYOriginal
2016-06-02 11:32:241454Durchsuche

centosphp编译

编译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>

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn