質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,39 +40,35 @@
|
|
40
40
|
|
41
41
|
```
|
42
42
|
|
43
|
-
|
43
|
+
creating libtool
|
44
44
|
|
45
|
-
do
|
45
|
+
appending configuration tag "CXX" to libtool
|
46
46
|
|
47
|
-
|
47
|
+
configure: creating ./config.status
|
48
48
|
|
49
|
-
|
49
|
+
config.status: creating config.h
|
50
50
|
|
51
|
-
|
51
|
+
running: make
|
52
52
|
|
53
|
-
runnin
|
53
|
+
/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
|
54
54
|
|
55
|
-
|
55
|
+
mkdir .libs
|
56
56
|
|
57
|
-
|
57
|
+
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
|
58
58
|
|
59
|
-
|
59
|
+
/private/tmp/pear/install/ssh2/ssh2.c:25:10: fatal error: 'php.h' file not found
|
60
60
|
|
61
|
-
|
61
|
+
#include "php.h"
|
62
62
|
|
63
|
-
|
63
|
+
^~~~~~~
|
64
64
|
|
65
|
-
|
65
|
+
1 error generated.
|
66
66
|
|
67
|
-
|
67
|
+
make: *** [ssh2.lo] Error 1
|
68
68
|
|
69
|
-
Cannot find autoconf. Please check your autoconf installation and the
|
70
|
-
|
71
|
-
|
69
|
+
ERROR: `make' failed
|
72
70
|
|
73
71
|
|
74
|
-
|
75
|
-
ERROR: `phpize' failed
|
76
72
|
|
77
73
|
```
|
78
74
|
|