Skip to content

Instantly share code, notes, and snippets.

@akimacho
Last active August 29, 2015 14:27
Show Gist options
  • Save akimacho/a850b0cd5a9d1ef40dac to your computer and use it in GitHub Desktop.
Save akimacho/a850b0cd5a9d1ef40dac to your computer and use it in GitHub Desktop.
php-intlが既存のphpと衝突してしまう

RPMのダウンロード

最新PHPパッケージを配布しているremiを利用します。

$ sudo wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

remレポジトリの追加

$ sudo rpm -Uvh remi-release-6.rpm

php-intlのインストール

$ sudo --enablerepo=remi,remi-php56 install php56-intl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment