質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

PHP

PHPは、Webサイト構築に特化して開発されたプログラミング言語です。大きな特徴のひとつは、HTMLに直接プログラムを埋め込むことができるという点です。PHPを用いることで、HTMLを動的コンテンツとして出力できます。HTMLがそのままブラウザに表示されるのに対し、PHPプログラムはサーバ側で実行された結果がブラウザに表示されるため、PHPスクリプトは「サーバサイドスクリプト」と呼ばれています。

Q&A

解決済

1回答

1595閲覧

CentOSでPHP7をインストールしようとしたら404エラーが発生する。

jun50

総合スコア11

CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

PHP

PHPは、Webサイト構築に特化して開発されたプログラミング言語です。大きな特徴のひとつは、HTMLに直接プログラムを埋め込むことができるという点です。PHPを用いることで、HTMLを動的コンテンツとして出力できます。HTMLがそのままブラウザに表示されるのに対し、PHPプログラムはサーバ側で実行された結果がブラウザに表示されるため、PHPスクリプトは「サーバサイドスクリプト」と呼ばれています。

0グッド

0クリップ

投稿2019/04/04 10:03

前提・実現したいこと

CentOSにPHP7を入れようとしています。
remiレポジトリを追加するとこまではできたのですが、インストールで以下のエラーが発生しました。
どうすればCentOSにPHP7を入れれるのでしょうか?

発生している問題・エラーメッセージ

[jun50@localhost ~]$ sudo yum install --disablerepo=* --enablerepo=remi,remi-php73 php Loaded plugins: fastestmirror Determining fastest mirrors * remi: ftp.riken.jp * remi-php73: ftp.riken.jp remi | 3.0 kB 00:00 http://ftp.riken.jp/Linux/remi/enterprise/7/php73/armhfp/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/7/php73/armhfp/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. <長くて文字数が10000文字超えたので省略> http://mirror.innosol.asia/remi/enterprise/7/php73/armhfp/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. One of the configured repositories failed (Remi's PHP 7.3 RPM repository for Enterprise Linux 7 - armhfp), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=remi-php73 ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable remi-php73 or subscription-manager repos --disable=remi-php73 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=remi-php73.skip_if_unavailable=true failure: repodata/repomd.xml from remi-php73: [Errno 256] No more mirrors to try. http://ftp.riken.jp/Linux/remi/enterprise/7/php73/armhfp/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found <省略> http://mirror.innosol.asia/remi/enterprise/7/php73/armhfp/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

試したこと

# rm -fr /var/cache/yum/* # yum clean all

を実行しましたが、変わりませんでした。

補足情報(FW/ツールのバージョンなど)

OS:CentOS7 コンピュータ:Raspberry pi3 model b+

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

http://ftp.riken.jp/Linux/remi/enterprise/7/php73/

を見る限り、remiでarm用のphp7は配布されていないので別のリポジトリを探すかソースからビルドする必要があります。
(探せばあると思いますが、ちょっと探しただけだと見つかりませんでした)

体験的には(普段からCentOSを使っている人でも)raspberryPiでraspbian以外のLinuxは結構ハードルが高く、debian系に慣れていなくてもraspbianを使うほうが結果的に楽になります。

CentOSでなければならないクリティカルな理由が無い限りは、Raspbianを使用する事をお勧めします。

投稿2019/04/04 10:34

編集2019/04/04 10:50
tanat

総合スコア18713

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

jun50

2019/04/07 02:58

ソースからビルドは時間がかかるのでRaspbianを使用しようと思います。 ありがとうございました。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問