質問編集履歴

1

誤字

2019/03/06 02:14

投稿

seiroku55
seiroku55

スコア18

test CHANGED
File without changes
test CHANGED
@@ -40,39 +40,35 @@
40
40
 
41
41
  ```
42
42
 
43
- PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20160303/php_ssh2.dll' - dlopen(/usr/lib/php/extensions/no-debug-non-zts-20160303/php_ssh2.dll, 0x0009): dlopen(): file not found: /usr/lib/php/extensions/no-debug-non-zts-20160303/php_ssh2.dll in Unknown on line 0
43
+ creating libtool
44
44
 
45
- downloading ssh2-1.1.2.tgz ...
45
+ appending configuration tag "CXX" to libtool
46
46
 
47
- Starting to download ssh2-1.1.2.tgz (32,057 bytes)
47
+ configure: creating ./config.status
48
48
 
49
- .........done: 32,057 bytes
49
+ config.status: creating config.h
50
50
 
51
- 6 source files, building
51
+ running: make
52
52
 
53
- running: phpize
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
- grep: /usr/include/php/main/php.h: No such file or directory
55
+ mkdir .libs
56
56
 
57
- grep: /usr/include/php/Zend/zend_modules.h: No such file or directory
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
- grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory
59
+ /private/tmp/pear/install/ssh2/ssh2.c:25:10: fatal error: 'php.h' file not found
60
60
 
61
- Configuring for:
61
+ #include "php.h"
62
62
 
63
- PHP Api Version:
63
+ ^~~~~~~
64
64
 
65
- Zend Module Api No:
65
+ 1 error generated.
66
66
 
67
- Zend Extension Api No:
67
+ make: *** [ssh2.lo] Error 1
68
68
 
69
- Cannot find autoconf. Please check your autoconf installation and the
70
-
71
- $PHP_AUTOCONF environment variable. Then, rerun this script.
69
+ ERROR: `make' failed
72
70
 
73
71
 
74
-
75
- ERROR: `phpize' failed
76
72
 
77
73
  ```
78
74