'php'에 해당되는 글 1건

  1. 2009/11/28 PHP 컴파일 초기세팅
PHP Version 4.4.4 './configure' '--prefix=/usr/local/php' '--with-apxs=/usr/local/apache/bin/apxs' '--with-language=korean' '--with-kerberos' '--with-imap-dir' '--with-imap-ssl' '--with-mysql=/usr/local/mysql' '--with-mhash' '--enable-sockets' '--with-regex=php' '--with-mod_charset' '--enable-track-vars' '--enable-ftp' '--enable-modules=so' '--enable-inline-optimization' '--disable-debug' '--with-config-file-path=/usr/local/apache/conf' '--with-zlib' '--with-zlib-dir' '--with-curl' '--with-iconv' '--with-dbx' '--with-gdbm' '--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-freetype-dir' '--enable-mbstring' '--enable-mbregex' '--enable-sigchild' '--with-xml' '--enable-dba' '--with-zend-multibytei' '--enable-saft-mode' '--enable-magic-quotes' '--enable-debugger' '--enable-sysvsem' '--enable-sysvshm'


/usr/local/Zend/etc/php.ini 아래것은 이걸 바탕으로 /usr/local/apache2 에 맞게 재 컴파일한것 ./configure --prefix=/usr/local/php2 --with-apxs=/usr/local/apache2/bin/apxs --with-language=korean --with-kerberos --with-imap-dir --with-imap-ssl --with-mysql=/usr/local/mysql --with-mhash --enable-sockets --with-regex=php --with-mod_charset --enable-track-vars --enable-ftp --enable-modules=so --enable-inline-optimization --disable-debug --with-config-file-path=/usr/local/apache2/conf --with-zlib --with-zlib-dir --with-curl --with-iconv --with-dbx --with-gdbm --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --enable-mbstring --enable-mbregex --enable-sigchild --with-xml --enable-dba --with-zend-multibytei --enable-saft-mode --enable-magic-quotes --enable-debugger --enable-sysvsem --enable-sysvshm
저작자 표시
Posted by HD코리아 dainz

Trackback Address :: http://blog.hdkorea.com/trackback/75 관련글 쓰기

댓글을 달아 주세요