【yum】yumリポジトリにremiを追加【remi】
phpのバージョンを5.6から7にアップしたところ、既存サイトがpdoドライバがなくてコケてたのでインストールをこころみるも依存エラーが(´゚д゚`)
yum install php-pdo_pgsql
# yum install php-pdo_pgsql
読み込んだプラグイン:fastestmirror, security
インストール処理の設定をしています
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* epel: ftp.yz.yamagata-u.ac.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package php-pgsql.x86_64 0:5.3.3-49.el6 will be インストール
--> 依存性の処理をしています: php-common(x86-64) = 5.3.3-49.el6 のパッケージ: php-pgsql-5.3.3-49.el6.x86_64
--> 依存性解決を終了しました。
エラー: パッケージ: php-pgsql-5.3.3-49.el6.x86_64 (base)
要求: php-common(x86-64) = 5.3.3-49.el6
インストール: php-common-7.2.5-1.el6.remi.x86_64 (@remi-php72)
php-common(x86-64) = 7.2.5-1.el6.remi
利用可能: php-common-5.3.3-49.el6.x86_64 (base)
php-common(x86-64) = 5.3.3-49.el6
問題を回避するために --skip-broken を用いることができません
これらを試行できます: rpm -Va --nofiles --nodigest
解決
レポジトリの参照元オプションを加えて無事インストール完了\(^o^)/
yum install --enablerepo=remi-php72 php-pdo php-pgsql
いつも忘れるわ…
Author And Source
この問題について(【yum】yumリポジトリにremiを追加【remi】), 我々は、より多くの情報をここで見つけました https://qiita.com/fromage-blanc/items/0759f1efb4cc2cd6f6c6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .