Pagoda panel php cannot be installed?
Error message:
configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/
Error reason:
curl installation failed.
Solution:
Method 1: Find the /root directory and delete the original curl installation package. The latest version is currently curl-7.54.1.tar.gz. Run the php install again.
Method 2: Run apt-get install curl directly
If there are still problems, it is recommended to restart and try again.
Related introduction:
Pagoda Panel is a server management software that supports Windows and Linux systems. It can easily manage servers through the Web and improve operation and maintenance efficiency. For example: create and manage websites, FTP, databases, have visual file managers, visual software managers, visual CPU, memory, traffic monitoring charts, scheduled tasks and other functions.
For more technical articles on the use of Pagoda panels, please visit thePagoda usage tutorialcolumn!
The above is the detailed content of What to do if Pagoda Panel PHP cannot be installed. For more information, please follow other related articles on the PHP Chinese website!