Home  >  Article  >  Backend Development  >  When configuring PHP on Apache, it prompts that the httpd.h file cannot be found? _PHP Tutorial

When configuring PHP on Apache, it prompts that the httpd.h file cannot be found? _PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 10:52:581194browse

You have to tell the config/install the root directory of your Apache source code, i.e. you add '--with-apache=/path/to/apache' in the config file, not '--with-apache=/path' /to/apache/src'.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632425.htmlTechArticleYou must tell the configuration/installation of the root directory of your Apache source code, that is, you need to add in the configuration file --with-apache=/path/to/apache, not --with-apache=/path/to/apache/src. ...
Statement:
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