質問するログイン新規登録

質問編集履歴

3

情報の追加

2017/02/22 07:02

投稿

massy7
massy7

スコア45

title CHANGED
File without changes
body CHANGED
@@ -21,6 +21,9 @@
21
21
  icuライブラリの gmake installした結果が以下です.
22
22
  最終的にError 4やError 2とあるようです.
23
23
  何処かにエラーメッセージがあるということでしょうか?
24
+ 実行結果を以下のURLに記述しました.
25
+ [実行結果](https://gist.github.com/massy7/44e80aabddf9b515719c62131a878e8c)
26
+
24
27
  (文字数制限で全ては載せられません)
25
28
  ```
26
29
  $ gmake install

2

修正依頼の追加

2017/02/22 07:02

投稿

massy7
massy7

スコア45

title CHANGED
File without changes
body CHANGED
@@ -17,4 +17,15 @@
17
17
  - 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.
18
18
  - 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.
19
19
  - Installation request for cakephp/cakephp 3.4.* -> satisfiable by cakephp/cakephp[3.4.0, 3.4.1].
20
+ ```
21
+ icuライブラリの gmake installした結果が以下です.
22
+ 最終的にError 4やError 2とあるようです.
23
+ 何処かにエラーメッセージがあるということでしょうか?
24
+ (文字数制限で全ては載せられません)
25
+ ```
26
+ $ gmake install
27
+ 〜〜〜
28
+ gmake[1]: *** [out/tmp/icudata.lst] Error 4
29
+ gmake[1]: Leaving directory `/home/DOMAIN/local/src/icu/source/data'
30
+ gmake: *** [install-recursive] Error 2
20
31
  ```

1

情報追加

2017/02/22 05:34

投稿

massy7
massy7

スコア45

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,6 @@
1
1
  さくらのレンタルサーバ スタンダードで,[さくらのレンタルサーバにCakePHP3を導入](https://moshimore.jp/knowledge/2016/08/09/sakura_server_cakephp3/)を参考にしてcakephp3をインストールしようと思っています.
2
2
  しかし,「10.CakePHPプロジェクトを作成」の時点で以下のエラーが出てしまっています.
3
- icuのバージョンを最新のものにしても変わりません.
3
+ icuのバージョンを最新のもの(icu4c-58_2-src.tgz)にしても変わりません.
4
4
 
5
5
  どのような設定が抜けているか,何が必要かなどをご教授願います.
6
6