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

WBOY
Release: 2016-06-06 20:35:43
Original
2526 people have browsed it

编译PHP,提示错误:

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

详细见: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>
Copy after login
Copy after login

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

回复内容:

编译PHP,提示错误:

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

详细见: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>
Copy after login
Copy after login

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

操蛋的linuxbrew,跟osx的没法比

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!