Pagoda が php のインストールに失敗した場合はどうすればよいですか?
問題
Pagoda Panel PHP 5.2、5.3、5.4、5.5、5.6、7.0、7.1、および 7.2 のすべてのバージョンをインストールできません。
エラー メッセージ
checking whether to enable calendar conversion support... no checking whether to enable ctype functions... yes checking for cURL support... yes checking for libcurl.pc... not found configure: WARNING: Could not find libcurl.pc. Try without /usr/local/curl or set PKG_CONFIG_PATH configure: WARNING: Fallback: search for curl headers and curl-config checking for cURL in default path... not found configure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/ make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop.
失敗の原因
curl が正しくインストールされていません
解決策
# RetHat CentOS or Fedora 使用下面安装命令 yum install curl curl-devel # Debian or Ubuntu使用下面的安装命令 apt-get install curl apt-get install libcurl4-gnutls-dev
Pagoda パネルの使用に関する技術的な記事については、Pagoda の使用法チュートリアル 列をご覧ください。
以上がPagoda が PHP のインストールに失敗した場合はどうすればよいですか?の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。