Home > Topics > Pagoda Panel > Pagoda installation php does not display

Pagoda installation php does not display

王林
Release: 2019-09-11 10:22:45
Original
10219 people have browsed it

Pagoda installation php does not display

When using Pagoda to install the php extension, it shows that the php extension is successfully installed, but it does not when viewed with the phpinfo function.

Solution:

Enter ssh and enter the following command

wget -O ext.sh http://125.88.182.172:5880/ext/ext.sh && sh ext.sh
Copy after login
Copy after login

Follow the instructions to install and find that it is installed to Finally,

Cannot find autoconf. Please check your autoconf installation and the
Copy after login
$PHP_AUTOCONF environment variable. Then, rerun this script.
Copy after login

appeared. Then I went to Google and found out that the installation of autoconf was missing. Then I installed it with yum install autoconf and reinstalled the php extension and it was OK.

1. Enter ssh and enter the following command

wget -O ext.sh http://125.88.182.172:5880/ext/ext.sh && sh ext.sh
Copy after login
Copy after login

Pagoda installation php does not display

##2. Press Enter and choose to install or uninstall according to the prompts

Pagoda installation php does not display

##3. Select the extensions you need to install according to the prompts

Pagoda installation php does not display

4. Select the PHP version you need to install according to the prompts

Pagoda installation php does not display

5. Confirm whether to install

Pagoda installation php does not display

6. When the information in the white box appears, the installation is successful

Pagoda installation php does not displayThe above content is for reference only!


Recommended tutorial:

Pagoda usage tutorial

The above is the detailed content of Pagoda installation php does not display. 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