質問編集履歴

2

追記

2018/04/27 02:00

投稿

n_oshiumi
n_oshiumi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
 
58
58
 
59
- 【追記】
59
+ 【追記】apcu-bcインストール中でのエラー
60
60
 
61
61
  ・phpのバージョン7.1.14
62
62
 

1

問題点の追記

2018/04/27 02:00

投稿

n_oshiumi
n_oshiumi

スコア16

test CHANGED
File without changes
test CHANGED
@@ -49,3 +49,67 @@
49
49
 
50
50
 
51
51
  解決策を教えてください!!
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+ 【追記】
60
+
61
+ ・phpのバージョン7.1.14
62
+
63
+ ・apcuのバージョン5.13
64
+
65
+ ・apcu_bcのバージョン1.0.4
66
+
67
+ PHP Version: PHP 7.0.0 or newer
68
+
69
+ PEAR Package: PEAR 1.10 or newer
70
+
71
+ PECL Package: apcu 5.1.2 or newer
72
+
73
+
74
+
75
+
76
+
77
+ それぞれのバージョンはあっていると思うのですが、apcuが見つかりませんっていうエラーが出ます。
78
+
79
+
80
+
81
+
82
+
83
+ apcu-bcのインストール
84
+
85
+ ```
86
+
87
+ cd /tmp
88
+
89
+ git clone https://github.com/krakjoe/apcu-bc
90
+
91
+ cd apcu-bc
92
+
93
+ phpize
94
+
95
+ ./configure --enable-apc \
96
+
97
+ comporser install
98
+
99
+ make
100
+
101
+ ```
102
+
103
+ エラーが出ます。
104
+
105
+ ちなみにXAMPPのphpinfo()にはapcuがエクステンションされているのが確認できます。
106
+
107
+ ```
108
+
109
+ Your requirements could not be resolved to an installable set of packages.
110
+
111
+ Problem 1
112
+
113
+ - The requested PHP extension ext-apcu ~5.1 is missing from your system. Install or enable PHP's apcu extension.
114
+
115
+ ```