포케비 서버
soap클라이언트 관련 php 리컴파일
/usr/local/apache/bin/apachectl stop
mv /usr/local/php /usr/local/php.bak
cd /home/webfit/php-5.2.3
./config.nice
./configure \
--prefix=/usr/local/php \
--with-apxs2 \
--enable-magic-quote \
--with-openssl \
--with-zlib \
--enable-calendar \
--with-db4 \
--enable-ftp \
--with-imap \
--with-freetype-dir \
--with-ldap \
--enable-mbstring \
--with-mcryp \
--enable-shmop \
--with-snmp \
--enable-sqlite-utf8 \
--with-xsl \
--with-pear \
--with-gd \
--with-kerberos \
--with-imap-ssl \
--with-jpeg-dir \
--with-mysql=/usr/local/mysql \
--with-pdo-mysql=/usr/local/mysql \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--enable-soap
make
make install
/usr/local/apache/bin/apachectl start
'Server&OS > Linux' 카테고리의 다른 글
PHP 애플리케이션을 가장 빠르게, Part 2: PHP 애플리케이션을 프로파일링 하여 느려진 코드를 진단 및 빠르게 하기 (0) | 2010.04.24 |
---|---|
postgres 을 cron으로 자동백업 (0) | 2010.04.24 |
PHP 애플리케이션을 가장 빠르게, Part 1: opcode 캐시 소프트웨어로 성능과 처리량 높이기 (0) | 2010.04.24 |
[본문스크랩] 치킨의 단짝~ 치킨무.. (0) | 2010.04.24 |
html에서 PHP 인식 시키기 (0) | 2010.04.24 |