Home > Backend Development > PHP Tutorial > 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
Release: 2016-07-13 10:52:58
Original
1249 people have browsed it

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. ...
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