먼저 php 5.4 를 설치하고 아래 repo 를 추가해고 yum update 를 해주시면 됩니다.
cat > /etc/yum.repos.d/epel.repo << EOF
[epel]
name=Epel rebuild for armhfp
baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/
enabled=1
gpgcheck=0
EOF
cat > /etc/yum.repos.d/php72-testing.repo << EOF
[php72-testing]
name=Remi php72 rebuild for armhfp
baseurl=https://armv7.dev.centos.org/repodir/community-php72-testing/
enabled=1
gpgcheck=0
EOF
cat > /etc/yum.repos.d/remi.repo << EOF
[remi]
name=Remi's RPM repository for Enterprise Linux 7 - $basearch
mirrorlist=http://cdn.remirepo.net/enterprise/7/remi/mirror
enabled=1
gpgcheck=1
gpgkey=https://rpms.remirepo.net/RPM-GPG-KEY-remi
EOF
출처 : https://blog.centos.org/2018/01/php-7-2-for-centos-7-armhfp/
repo 를 먼저 추가해 주고 설치해도 됩니다.
반응형
'라즈베리파이' 카테고리의 다른 글
[라즈베리파이] CentOS microSD 카드 백업 방법 (0) | 2019.05.13 |
---|---|
[라즈베리파이] 기본장치 소비전력 측정 (1) | 2019.05.09 |
[라즈베리파이] CentOS 루트 파티션 용량 늘이기 (0) | 2019.05.09 |
[라즈베리파이] CentOS 초기 root 비밀번호 (0) | 2019.05.08 |
[라즈베리파이] CentOS 7 이미지 다운로드 (0) | 2019.05.04 |