PECL ncurses 설치

Jmnote (토론 | 기여)님의 2014년 11월 7일 (금) 00:24 판
PECL ncurses 설치
PHP ncurses 설치

1 사전작업

2 확인

[root@jmnote ~]# pecl list | grep -i ncurses
[root@jmnote ~]# php -r "ncurses_init();"
PHP Fatal error:  Call to undefined function ncurses_init() in Command line code on line 1

Fatal error: Call to undefined function ncurses_init() in Command line code on line 1

3 설치

[root@jmnote ~]# pecl install ncurses
downloading ncurses-1.0.2.tgz ...
Starting to download ncurses-1.0.2.tgz (16,226 bytes)
......done: 16,226 bytes
7 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
enable support for wide chars? [autodetect] :

4 같이 보기

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