>주제 >탑 패널 >Pagoda가 PHP를 설치하지 못하면 어떻게 해야 합니까?

Pagoda가 PHP를 설치하지 못하면 어떻게 해야 합니까?

藏色散人
藏色散人원래의
2019-08-26 13:25:4415011검색

Pagoda가 PHP를 설치하지 못하면 어떻게 해야 합니까?

파고다에서 PHP 설치에 실패하면 어떻게 해야 하나요?

Problem

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&#39;.  Stop.

실패 원인

curl이 올바르게 설치되지 않았습니다.

Solution

# RetHat CentOS or Fedora 使用下面安装命令
yum install curl curl-devel
# Debian or Ubuntu使用下面的安装命令
apt-get install curl
apt-get install libcurl4-gnutls-dev

파고다 패널 사용에 대한 더 많은 기술 기사를 보려면 파고다 사용 튜토리얼 칼럼을 방문하세요!

위 내용은 Pagoda가 PHP를 설치하지 못하면 어떻게 해야 합니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.