質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,23 +19,21 @@
|
|
19
19
|
### 発生している問題・エラーメッセージ
|
20
20
|
|
21
21
|
```
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
.
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
$PHP_AUTOCONF environment variable. Then, rerun this script.
|
22
|
+
creating libtool
|
23
|
+
appending configuration tag "CXX" to libtool
|
24
|
+
configure: creating ./config.status
|
25
|
+
config.status: creating config.h
|
26
|
+
running: make
|
27
|
+
/bin/sh /private/tmp/pear/install/pear-build-mami8VI5h8/ssh2-1.1.2/libtool --mode=compile cc -I. -I/private/tmp/pear/install/ssh2 -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-mami8VI5h8/ssh2-1.1.2/include -I/private/tmp/pear/install/pear-build-mami8VI5h8/ssh2-1.1.2/main -I/private/tmp/pear/install/ssh2 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/ssh2/ssh2.c -o ssh2.lo
|
28
|
+
mkdir .libs
|
29
|
+
cc -I. -I/private/tmp/pear/install/ssh2 -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-mami8VI5h8/ssh2-1.1.2/include -I/private/tmp/pear/install/pear-build-mami8VI5h8/ssh2-1.1.2/main -I/private/tmp/pear/install/ssh2 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/ssh2/ssh2.c -fno-common -DPIC -o .libs/ssh2.o
|
30
|
+
/private/tmp/pear/install/ssh2/ssh2.c:25:10: fatal error: 'php.h' file not found
|
31
|
+
#include "php.h"
|
32
|
+
^~~~~~~
|
33
|
+
1 error generated.
|
34
|
+
make: *** [ssh2.lo] Error 1
|
35
|
+
ERROR: `make' failed
|
37
36
|
|
38
|
-
ERROR: `phpize' failed
|
39
37
|
```
|
40
38
|
|
41
39
|
|