[작성중]
# yum install -y libjpeg-devel libpng-devel net-snmp-devel libmcrypt-devel libc-client-devel
# ./configure --prefix=/opt/php --with-apxs2=/opt/httpd/bin/apxs --with-config-file-path=/opt/httpd/conf --disable-debug --enable-bcmath --enable-calendar --enable-exif --enable-ftp --enable-gd-native-ttf --enable-magic-quotes --enable-mbregex --enable-mbstring --enable-mod-charset --enable-sigchild --enable-soap --enable-sockets --enable-wddx --enable-zip --with-bz2 --with-curl=/usr --with-freetype-dir=/usr --with-gd --with-gdbm=/usr --with-gettext --with-iconv --with-imap --with-imap-ssl --with-jpeg-dir=/usr --with-kerberos --with-ldap --with-libexpat-dir --with-libxml-dir --with-mcrypt --with-openssl --without-sqlite --with-png-dir=/usr --with-snmp --with-xmlrpc --with-zlib --with-mcrypt --with-mysql=/opt/mysql --with-pdo-mysql=/opt/mysql
# make
# make install
# ./configure --prefix=/opt/php --with-apxs2=/opt/httpd/bin/apxs --with-config-file-path=/opt/httpd/conf --disable-debug --enable-bcmath --enable-calendar --enable-exif --enable-ftp --enable-gd-native-ttf --enable-magic-quotes --enable-mbregex --enable-mbstring --enable-mod-charset --enable-sigchild --enable-soap --enable-sockets --enable-wddx --enable-zip --with-bz2 --with-curl=/usr --with-freetype-dir=/usr --with-gd --with-gdbm=/usr --with-gettext --with-iconv --with-imap --with-imap-ssl --with-jpeg-dir=/usr --with-kerberos --with-ldap --with-libexpat-dir --with-libxml-dir --with-mcrypt --with-openssl --without-sqlite --with-png-dir=/usr --with-snmp --with-xmlrpc --with-zlib --with-mcrypt --with-mysql=/opt/mysql --with-pdo-mysql=/opt/mysql
# make
# make install
'리눅스 > 어플리케이션' 카테고리의 다른 글
| [Apache] mod_watch backup (0) | 2011/08/20 |
|---|---|
| [MRTG] 자동 설치 스크립트 (0) | 2011/08/16 |
| [작성중] CentOS 5.6 APM Compile (0) | 2011/08/14 |
| [PHP] x86_64 에서 PHP MSSQL 모듈 설치시, libsybdb.a|so 오류 (0) | 2011/01/10 |
| [Apache] 컴파일한 httpd를 chkconfig 로 등록하기. (2) | 2011/01/01 |
| [PHP][작성중] CentOS PHP 컴파일 (3) | 2010/12/24 |

