CONFIGURE_COMMAND = './configure' '--prefix=/usr/local/php' '--with-config-file-path=/usr/local/apache/conf' '--with-apxs2=/usr/local/apache/bin/apxs' '--enable-ftp' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-mssql=/usr/local/freetds' '--enable-sigchild' '--with-openssl' '--with-gd' '--enable-gd-native-ttf' '--with-freetype-dir=/usr/include/freetype' '--with-pgsql=/usr/local/pgsql' '--with-oci8=shared,instantclient,/usr/lib/oracle/11.1.0.1/client64/lib/' '--enable-mbstring' '--enable-sockets' '--enable-pcntl' '--with-zlib-dir=/usr/lib/' '--with-zlib' '--with-iconv' '--with-xsl=/usr' '--with-png-dir=/usr' '--enable-soap' '--with-libxml-dir=/usr' '--with-curl=/usr' '--with-mcrypt=/usr'
CONFIGURE_OPTIONS = '--prefix=/usr/local/php' '--with-config-file-path=/usr/local/apache/conf' '--with-apxs2=/usr/local/apache/bin/apxs' '--enable-ftp' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-mssql=/usr/local/freetds' '--enable-sigchild' '--with-openssl' '--with-gd' '--enable-gd-native-ttf' '--with-freetype-dir=/usr/include/freetype' '--with-pgsql=/usr/local/pgsql' '--with-oci8=shared,instantclient,/usr/lib/oracle/11.1.0.1/client64/lib/' '--enable-mbstring' '--enable-sockets' '--enable-pcntl' '--with-zlib-dir=/usr/lib/' '--with-zlib' '--with-iconv' '--with-xsl=/usr' '--with-png-dir=/usr' '--enable-soap' '--with-libxml-dir=/usr' '--with-curl=/usr' '--with-mcrypt=/usr'
'Develop > Linux' 카테고리의 다른 글
[Apache] Apache Benchmark (0) | 2014.04.03 |
---|---|
[VIM] folding (0) | 2014.01.16 |
[Linux] .swp로 원본 복구하기 (0) | 2013.05.13 |
[Linux] 우분투 설치기 (0) | 2013.05.03 |
[Linux] perl 이용한 문자열 치환 (0) | 2013.05.02 |