さくらのレンタルサーバ スタンダードで,さくらのレンタルサーバにCakePHP3を導入を参考にしてcakephp3をインストールしようと思っています.
しかし,「10.CakePHPプロジェクトを作成」の時点で以下のエラーが出てしまっています.
icuのバージョンを最新のもの(icu4c-58_2-src.tgz)にしても変わりません.
どのような設定が抜けているか,何が必要かなどをご教授願います.
[DOMAIN@wwwXXX ~/project]$ php composer.phar create-project --prefer-dist cakephp/app PROJECTNAME Installing cakephp/app (3.4.0) - Installing cakephp/app (3.4.0) Loading from cache Created project in PROJECTNAME Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 - cakephp/cakephp 3.4.1 requires lib-icu >=4.8 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it. - cakephp/cakephp 3.4.0 requires lib-icu >=4.8 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it. - Installation request for cakephp/cakephp 3.4.* -> satisfiable by cakephp/cakephp[3.4.0, 3.4.1].
icuライブラリの gmake installした結果が以下です.
最終的にError 4やError 2とあるようです.
何処かにエラーメッセージがあるということでしょうか?
実行結果を以下のURLに記述しました.
実行結果
(文字数制限で全ては載せられません)
$ gmake install 〜〜〜 gmake[1]: *** [out/tmp/icudata.lst] Error 4 gmake[1]: Leaving directory `/home/DOMAIN/local/src/icu/source/data' gmake: *** [install-recursive] Error 2
回答3件
あなたの回答
tips
プレビュー