우분투 php5-dev 설치

우분투 php5-dev 설치
phpize: not found

1 확인[ | ]

root@zetawiki:~# phpize
No command 'phpize' found, did you mean:
 Command 'phpize5' from package 'php5-dev' (main)
phpize: command not found
root@zetawiki:~# phpize5
The program 'phpize5' is currently not installed. You can install it by typing:
apt-get install php5-dev
root@zetawiki:~# aptitude show php5-dev | grep ^State
State: not installed

2 설치[ | ]

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]
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 확인[ | ]

root@zetawiki:~# aptitude show php5-dev | grep ^State
State: installed
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 같이 보기[ | ]

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