우분투 php5-dev 설치

우분투 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 같이 보기[ | ]

  • PHP 파일 다운로드 구현 2 (한글 파일명 지원)
    제가 파일다운로드 관련된 것이 서툴러서 파일 다운로드 부분을 인용하였습니다. 죄송합니다.
  • PHP에서 오라클 DB 사용
    감사합니당. YoWu
  • PHP 파일 업로드 구현
    파일정보 출력에서 $name $ext 가 정상적으로 출력되나요? 전부 echo의 쌍따옴표안에 있는데? 일리단사오육칠
  • PHP 파일 업로드 구현
    PHP echo에서 쌍따옴표 안의 변수는 해석되어 출력됩니다. 위 소스에서도 $name와 $ext가 두껍게 나와있죠? 일반 문자열과는 다르다는 표시죠.J Jmnote
  • PHP 파일 다운로드 구현 2 (한글 파일명 지원)
    'Windows NT 6.1' << 이부분은 접속한 윈도우의 플랫폼을 뜻하는걸로 압니다. ie11 접속하면 다음과 같이 바뀌었고 Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko rv:11.0 << 이부분이 Anmkst
  • Lib my.php
    Fatal error: Uncaught Error: Call to undefined function insert_rows() in D:\xampp\htdocs\naru\import_excel.php:38 Stack trace: #0 {main} thrown in D:\xampp\htdo 신정섭
  • Lib my.php
    함수 query()를 사용하면 됩니다. 예시 추가했으니 참고바랍니다.J Jmnote
  • 로또번호 생성
    초보를 위한 개발 실습 과제로군요 ㅎㅎ Pinkcrimson