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

質問編集履歴

1

誤字

2019/03/06 02:14

投稿

seiroku55
seiroku55

スコア18

title CHANGED
File without changes
body CHANGED
@@ -19,23 +19,21 @@
19
19
  ### 発生している問題・エラーメッセージ
20
20
 
21
21
  ```
22
- 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
23
- downloading ssh2-1.1.2.tgz ...
24
- Starting to download ssh2-1.1.2.tgz (32,057 bytes)
25
- .........done: 32,057 bytes
26
- 6 source files, building
27
- running: phpize
28
- grep: /usr/include/php/main/php.h: No such file or directory
29
- grep: /usr/include/php/Zend/zend_modules.h: No such file or directory
30
- grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory
31
- Configuring for:
32
- PHP Api Version:
33
- Zend Module Api No:
34
- Zend Extension Api No:
35
- Cannot find autoconf. Please check your autoconf installation and the
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