태그 보관물: pear

PEAR Package offline install

PEAR Package를 설치할때 인터넷이 연결되지 않거나, 보안정책상 인터넷에 접속할 수 없는 경우 설치하기가 난감할 때가 있습니다.

이럴때는 패키지만 먼저 다운로드 받고 그 패키지로 아래와 같이 OFFLINE설치 할 수 있습니다.

[root@localhost ~]# pear install DB-1.8.2.tgz
Package “pear.php.net/DB” dependency “pear.php.net/PEAR” has no releases
install ok: channel://pear.php.net/DB-1.8.2

출처 : http://pear.php.net/manual/en/guide.users.commandline.installing.php

PEAR 설치 경로 확인하기

아래 명령어로 pear 설치 경로 확인이 가능.

# pear config-get php_dir
/usr/share/pear/