./configure --with-apxs2=/usr/sbin/apxs --with-mysql --enable-exif --with-gd --with-ttf --with-gettext --enable-sigchild --enable-mbstring --disable-debug --enable-safe-mode --enable-sockets --enable-mod-charset --enable-calendar --enable-sysvsem=yes --enable-sysvshm=yes --enable-ftp --enable-magic-quotes --enable-gd-native-ttf --enable-inline-optimization --enable-bcmath --with-zlib --with-freetype-dir=/usr/include/freetype2/freetype/
Language/php
- php configure 2014.02.20
- php configure 정보 2014.01.21
php configure
2014. 2. 20. 16:10
php configure 정보
2014. 1. 21. 17:20
$ ./configure --with-apxs2=/usr/sbin/apxs --with-mysql --enable-exif --with-gd --with-ttf --with-gettext --enable-sigchild --enable-mbstring --disable-debug --enable-safe-mode --enable-sockets --enable-mod-charset --enable-calendar --enable-sysvsem=yes --enable-sysvshm=yes --enable-ftp --enable-magic-quotes --enable-gd-native-ttf --enable-inline-optimization --enable-bcmath --with-zlib --with-config-file-path=/etc/php.ini
$ make
$ make install