"PEAR 업그레이드"의 두 판 사이의 차이

12번째 줄: 12번째 줄:
.........done: 30,318 bytes
.........done: 30,318 bytes
ERROR: unable to unpack /tmp/tmpLZ7dOo/Structures_Graph-1.0.4.tgz
ERROR: unable to unpack /tmp/tmpLZ7dOo/Structures_Graph-1.0.4.tgz
</source>
<source lang='dos'>
[root@jmnote ~]# pear upgrade-all
Will upgrade pecl_http
Will upgrade archive_tar
Will upgrade console_getopt
Will upgrade pear
Will upgrade xml_rpc
pear/Archive_Tar requires PEAR Installer (version >= 1.5.4), installed version is 1.4.9
pear/Console_Getopt requires PEAR Installer (version >= 1.8.0), installed version is 1.4.9
pear/PEAR requires package "pear/Archive_Tar" (version >= 1.3.7), installed version is 1.3.1
pear/PEAR dependency package "pear/Console_Getopt" installed version 1.2 is not the recommended version 1.2.3, but may be compatible, use --force to install
downloading pecl_http-1.7.6.tgz ...
Starting to download pecl_http-1.7.6.tgz (174,722 bytes)
.....................................done: 174,722 bytes
downloading XML_RPC-1.5.5.tgz ...
Starting to download XML_RPC-1.5.5.tgz (31,862 bytes)
...done: 31,862 bytes
downloading Structures_Graph-1.0.4.tgz ...
Starting to download Structures_Graph-1.0.4.tgz (30,318 bytes)
...done: 30,318 bytes
ERROR: unable to unpack /tmp/tmpkZ1A6F/Structures_Graph-1.0.4.tgz
upgrade-all ok: channel://pear.php.net/XML_RPC-1.5.5
71 source files, building
running: phpize
Configuring for:
PHP Api Version:        20090626
Zend Module Api No:      20090626
Zend Extension Api No:  220090626
whether to enable cURL HTTP requests; specify libcurl directory [yes] :
</source>
:{{Enter}} 몇번...
<source lang='dos'>
whether to enable support for gzencoded/deflated message bodies; specify zlib directory [yes] :
whether to enable response content type guessing; specify libmagic directory [no] :
whether to depend on extensions which have been built shared [yes] :
building in /var/tmp/pear-build-root/pecl_http-1.7.6
running: /tmp/tmpkZ1A6F/pecl_http-1.7.6/configure --with-http-curl-requests --with-http-zlib-compression --with-http-magic-mime=no --with-http-shared-deps
checking for egrep... grep -E
... (생략)
Installing '/var/tmp/pear-build-root/install-pecl_http-1.7.6//usr/include/php/ext/http/php_http_cache_api.h'
Installing '/var/tmp/pear-build-root/install-pecl_http-1.7.6//usr/lib64/php/modules/http.so'
upgrade-all ok: channel://pecl.php.net/pecl_http-1.7.6
You should add "extension=http.so" to php.ini
</source>
</source>



2013년 8월 3일 (토) 21:54 판

PEAR 업그레이드
pear upgrade pear

1 개요

[root@jmnote ~]# pear upgrade pear
pear/PEAR dependency package "pear/Console_Getopt" downloaded version 1.3.1 is not the recommended version 1.2.3, but may be compatible, use --force to install
pear/Archive_Tar requires PEAR Installer (version >= 1.5.4), installed version is 1.4.9
pear/Console_Getopt requires PEAR Installer (version >= 1.8.0), installed version is 1.4.9
downloading Structures_Graph-1.0.4.tgz ...
Starting to download Structures_Graph-1.0.4.tgz (30,318 bytes)
.........done: 30,318 bytes
ERROR: unable to unpack /tmp/tmpLZ7dOo/Structures_Graph-1.0.4.tgz
[root@jmnote ~]# pear upgrade-all
Will upgrade pecl_http
Will upgrade archive_tar
Will upgrade console_getopt
Will upgrade pear
Will upgrade xml_rpc
pear/Archive_Tar requires PEAR Installer (version >= 1.5.4), installed version is 1.4.9
pear/Console_Getopt requires PEAR Installer (version >= 1.8.0), installed version is 1.4.9
pear/PEAR requires package "pear/Archive_Tar" (version >= 1.3.7), installed version is 1.3.1
pear/PEAR dependency package "pear/Console_Getopt" installed version 1.2 is not the recommended version 1.2.3, but may be compatible, use --force to install
downloading pecl_http-1.7.6.tgz ...
Starting to download pecl_http-1.7.6.tgz (174,722 bytes)
.....................................done: 174,722 bytes
downloading XML_RPC-1.5.5.tgz ...
Starting to download XML_RPC-1.5.5.tgz (31,862 bytes)
...done: 31,862 bytes
downloading Structures_Graph-1.0.4.tgz ...
Starting to download Structures_Graph-1.0.4.tgz (30,318 bytes)
...done: 30,318 bytes
ERROR: unable to unpack /tmp/tmpkZ1A6F/Structures_Graph-1.0.4.tgz
upgrade-all ok: channel://pear.php.net/XML_RPC-1.5.5
71 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
whether to enable cURL HTTP requests; specify libcurl directory [yes] :
Enter 몇번...
whether to enable support for gzencoded/deflated message bodies; specify zlib directory [yes] : 
whether to enable response content type guessing; specify libmagic directory [no] : 
whether to depend on extensions which have been built shared [yes] : 
building in /var/tmp/pear-build-root/pecl_http-1.7.6
running: /tmp/tmpkZ1A6F/pecl_http-1.7.6/configure --with-http-curl-requests --with-http-zlib-compression --with-http-magic-mime=no --with-http-shared-deps
checking for egrep... grep -E
... (생략)
Installing '/var/tmp/pear-build-root/install-pecl_http-1.7.6//usr/include/php/ext/http/php_http_cache_api.h'
Installing '/var/tmp/pear-build-root/install-pecl_http-1.7.6//usr/lib64/php/modules/http.so'
upgrade-all ok: channel://pecl.php.net/pecl_http-1.7.6
You should add "extension=http.so" to php.ini

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}