티스토리 뷰
1. 모듈 확인
# php -m | grep ssh
2. 다운로드
# wget [https://pecl.php.net/get/ssh2-1.1.2.tgz](https://pecl.php.net/get/ssh2-1.1.2.tgz)
# tar -zxvf ssh2-1.1.2.tgz
# cd ssh2-1.1.2/
# phpize
# ./configure
# make
# make install
Installing shared extensions: /usr/lib64/php/modules/
3. 설정파일 생성
# vi /etc/php.d/ssh2.ini
; Enable pdo extension module
[extension=ssh2.so](http://extension%3Dssh2.so/)
4.웹서비스 재시작
# service httpd stop / start
'프로그래밍 > PHP' 카테고리의 다른 글
php DOMDocument 이용하여, class 데이터 가져오기 (1) | 2021.08.09 |
---|---|
Laravel - Schedule 설정 방법 및 수동실행 방법 (0) | 2021.07.30 |
[Laravel] Schedule 설정 및 Command 개별 실행 (0) | 2021.03.24 |
[PHP] mysqli 연동해보자. (0) | 2017.12.03 |
[PHP] mysqli 모듈 추가 설치 (0) | 2017.12.02 |
댓글