0
PHP 5.6.11로 우분투 12.04를 실행하고 Apache/2.4.12를 실행하고 있습니다. Curl을 PHP로 설치/실행하려고합니다. sudo apt-get update를 실행 한 후 다음 명령을 실행하여 PHP 페이지에서 var_dump(function_exists('curl_init')); print
을 실행할 때 404 오류 및 bool (false)를 얻습니다. . 404 PHP5-Curl을 설치할 때 오류가 발생했습니다
sudo apt-get install php5-curl && echo $?
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
kde-l10n-engb
Use 'apt-get autoremove' to remove it.
The following NEW packages will be installed:
php5-curl
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 30.0 kB of archives.
After this operation, 114 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
php5-curl
Install these packages without verification? [y/N] y
Err us.archive.ubuntu.com/ubuntu wily-updates/main php5-curl i386 5.6.11+dfsg-1ubuntu3.4
404 Not Found [IP: 91.189.91.26 80]
Err security.ubuntu.com/ubuntu wily-security/main php5-curl i386 5.6.11+dfsg-1ubuntu3.4
404 Not Found [IP: 91.189.88.149 80]
E: Failed to fetch security.ubuntu.com/ubuntu/… 404 Not Found [IP: 91.189.88.149 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
나는
sudo find/-name curl.so\*
을 실행하고 아무것도 얻을 수없고,이 모듈이 아직 설치되지 않은 것을 의미 들었다.
우분투 12.04는 수명이 다 되었기 때문에 패키지 저장소가 더 이상 유지 관리되지 않습니다. –
PHP5 컬을 설치하고 있습니까? 나는 PHP5가 우분투의 여러 버전에서 실행되므로 OS와 관련이 없다고 확신하지 못합니까? –
@RoccoTheTaco Karl이 옳습니다. Ubuntu (Canonical 소프트웨어에서 관리)는 더 이상 Ubuntu 12를 지원하지 않으며 apt 명령이 액세스하려고 시도하는 url을 제거했습니다. 자, 스스로 볼 수 있습니다. http://us.archive.ubuntu.com/ubuntu%20wily-updates/main%20php5-curl –