그래서 우분투 -16.04-server-amd64에 PHP 5.4를 설치해야합니다. 일부 다른 스레드는우분투에 PHP 5.4 설치하기
- sudo를 추가 쉽다 - 저장소 PPA 제안 : 드레이/PHP5-oldstable
- 는 sudo apt-get을
- 는 sudo apt-get을 설치 -y PHP5
그러나 이러한 업데이트 업데이트시 오류가 발생하여 작동하지 않습니다.
Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/ondrej/php5-oldstable/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/ondrej/php5-oldstable/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://ppa.launchpad.net/ondrej/php5-oldstable/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
권장 조치는 무엇입니까? ?
참조 http://stackoverflow.com/questions/39824219/install-php-5-3-5-54-on-ubuntu-16-04-xenial-and-apache – markdwhite
의심스러운 경우, 소스에서 컴파일하십시오. – apokryfos
다른 링크를 보시면 https://www.dev-metal.com/how-to-install-latest-php-5-4-x-on-ubuntu-12-04-lts-precise-pangolin/을 시도 할 수 있습니다. – Yolo