- 우분투 php5-dev 설치
- phpize: not found
1 확인[ | ]
Console
Copy
root@zetawiki:~# phpize
No command 'phpize' found, did you mean:
Command 'phpize5' from package 'php5-dev' (main)
phpize: command not found
Console
Copy
root@zetawiki:~# phpize5
The program 'phpize5' is currently not installed. You can install it by typing:
apt-get install php5-dev
Console
Copy
root@zetawiki:~# aptitude show php5-dev | grep ^State
State: not installed
2 설치[ | ]
Console
Copy
root@zetawiki:~# apt-get install php5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
autoconf automake autotools-dev build-essential debhelper dh-apparmor
dpkg-dev fakeroot gettext intltool-debian libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libasprintf-dev libcroco3
libdpkg-perl libfakeroot libfile-fcntllock-perl libgettextpo-dev
libgettextpo0 libltdl-dev libmail-sendmail-perl libssl-dev libssl-doc
libssl1.0.0 libsys-hostname-long-perl libtool m4 pkg-php-tools po-debconf
shtool zlib1g-dev
Suggested packages:
autoconf2.13 autoconf-archive gnu-standards autoconf-doc dh-make
apparmor-easyprof debian-keyring gettext-doc libtool-doc automaken gfortran
fortran95-compiler gcj-jdk libmail-box-perl
The following NEW packages will be installed:
autoconf automake autotools-dev build-essential debhelper dh-apparmor
dpkg-dev fakeroot gettext intltool-debian libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libasprintf-dev libcroco3
libdpkg-perl libfakeroot libfile-fcntllock-perl libgettextpo-dev
libgettextpo0 libltdl-dev libmail-sendmail-perl libssl-dev libssl-doc
libsys-hostname-long-perl libtool m4 php5-dev pkg-php-tools po-debconf
shtool zlib1g-dev
The following packages will be upgraded:
libssl1.0.0
1 upgraded, 32 newly installed, 0 to remove and 66 not upgraded.
Need to get 7,929 kB/8,124 kB of archives.
After this operation, 30.1 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Console
Copy
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl1.0.0 amd64 1.0.1f-1ubuntu2.19 [828 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB]
... (생략)
Setting up libtool (2.4.2-1.7ubuntu1) ...
Setting up shtool (2.0.8-6) ...
Setting up php5-dev (5.5.9+dfsg-1ubuntu4.17) ...
update-alternatives: using /usr/bin/php-config5 to provide /usr/bin/php-config (php-config) in auto mode
update-alternatives: using /usr/bin/phpize5 to provide /usr/bin/phpize (phpize) in auto mode
Setting up pkg-php-tools (1.11) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
3 확인[ | ]
Console
Copy
root@zetawiki:~# aptitude show php5-dev | grep ^State
State: installed
Console
Copy
root@zetawiki:~# phpize
Cannot find config.m4.
Make sure that you run '/usr/bin/phpize' in the top level syntaxhighlight directory of the module
4 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- PHP (8)
- Apt-get (2)
PHP 파일 다운로드 구현 2 (한글 파일명 지원) ― …PHP에서 오라클 DB 사용 ― YoWuPHP 파일 업로드 구현 ― 일리단사오육칠PHP 파일 업로드 구현 ― JmnotePHP 파일 다운로드 구현 2 (한글 파일명 지원) ― AnmkstLib my.php ― 신정섭Lib my.php ― Jmnote로또번호 생성 ―Pinkcrimson