"PECL 패키지 오프라인 설치"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 PECL 수동 설치 문서를 PECL 오프라인 설치 문서로 옮겼습니다)
잔글 (Jmnote 사용자가 PECL 오프라인 설치 문서를 PECL 패키지 오프라인 설치 문서로 옮겼습니다)
(차이 없음)

2015년 6월 23일 (화) 09:19 판

1 개요

Offline installation of PEAR packages
PECL 수동 설치
PECL 패키지 오프라인 설치
  • -O 옵션으로 패키지파일명을 주면 된다.
pear install -O 패키지압축파일명

2 실습

다운로드·업로드
[root@zetawiki ~]# ll uri_template-1.0.tgz 
-rw-r--r-- 1 root root 23489 Jun 23 09:11 uri_template-1.0.tgz
PECL로 설치
[root@hub ~]# pear install -O uri_template-1.0.tgz
8 source files, building
running: phpize
Configuring for:
... (생략)
install ok: channel://pecl.php.net/uri_template-1.0
configuration option "php_ini" is not set to php.ini location
You should add "extension=uri_template.so" to php.ini
→ 온라인 설치와 동일하게 진행된다.
→ 이후 과정은 PECL uri_template 설치 참고

3 같이 보기

4 참고 자료

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