Linux WEB

Debian에서 apm 설치할때의 패키지 목록

2008.12.27 00:20

jook 조회 수:20175

Debian 이나 Ubunto 에서 apm 패키지를 설치 하는 경우는 apt-get install 명령으로 아래의 패키지들을 설치 하면 된다.

추가로 필요한 모듈이나, 라이브러리가 있을 경우는 apt-cache search 명령으로 필요한 패키지를 찾은 후에 apt-get install 명령으로 설치를 진행 하면 된다.

localhost:~# dpkg -l | grep apache
ii  apache2                           2.2.3-4+etch6                        Next generation, scalable, extendable web se
ii  apache2-doc                       2.2.3-4+etch6                        documentation for apache2
ii  apache2-mpm-prefork               2.2.3-4+etch6                        Traditional model for Apache HTTPD 2.1
ii  apache2-utils                     2.2.3-4+etch6                        utility programs for webservers
ii  apache2.2-common                  2.2.3-4+etch6                        Next generation, scalable, extendable web se
ii  libapache2-mod-perl2              2.0.2-2.4                            Integration of perl with the Apache2 web ser
ii  libapache2-mod-php5               5.2.0-8+etch13                       server-side, HTML-embedded scripting languag
ii  libapache2-mod-python             3.2.10-4                             Apache 2 module that embeds Python within th

localhost:~# dpkg -l | grep mysql
ii  libdbd-mysql-perl                 3.0008-1                             A Perl5 database interface to the MySQL data
ii  libmysqlclient15off               5.0.32-7etch8                        mysql database client library
ii  mysql-client-5.0                  5.0.32-7etch8                        mysql database client binaries
ii  mysql-common                      5.0.32-7etch8                        mysql database common files (e.g. /etc/mysql
ii  mysql-server-5.0                  5.0.32-7etch8                        mysql database server binaries
ii  php5-mysql                        5.2.0-8+etch13                       MySQL module for php5

localhost:~# dpkg -l | grep php
ii  libapache2-mod-php5               5.2.0-8+etch13                       server-side, HTML-embedded scripting languag
ii  php5-common                       5.2.0-8+etch13                       Common files for packages built from the php
ii  php5-gd                           5.2.0-8+etch13                       GD module for php5
ii  php5-mysql                        5.2.0-8+etch13                       MySQL module for php5


-tip

apm 패키지를 설치한 후, index 파일을 올렸을때, 한글이 깨지는 경우는 /etc/apache2/apache2.conf  파일의 적당한 부분에 아래의 설정 부분을 추가한 후 apache 데몬을 리스타트 한다.

AddDefaultCharSet off