What to do if there is no config when installing php

藏色散人
Release: 2023-03-03 13:08:01
Original
3265 people have browsed it

The solution to the problem that php config does not exist: first execute the command "phpize"; then install it through the command "yum -y install automake"; finally re-execute phpize.

What to do if there is no config when installing php

Recommended: "PHP Tutorial"

When installing the php extension under linux, it cannot be found configure

When we have executed phpize, but configure has not been generated. At this time, we install yum -y install automake and re-execute phpize. See if configure has been generated.

The above is the detailed content of What to do if there is no config when installing php. For more information, please follow other related articles on the PHP Chinese website!

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!