php에서 curl 설치하기

by ADMINPLAY posted Jun 01, 2009
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

http://curl.haxx.se/download/curl-7.15.5.tar.gz

에서 curl을 다운

 

압축풀고

 

./configure --prefix=/usr/local/cour-7.15.5 <--저는 왠만한거는 여기다 깔아서..^^;

 

make && make install

 

php 다시 컴파일

 

./configure --prefix=/usr/local/php-4.3.11 --with-apxs=/usr/local/apache-1.3.33/bin/apxs --with-exec-dir=/usr/local/apache-1.3.33/bin  --with-config-file-path=/usr/local/php-4.3.11/lib --with-mysql=no --with-oci8=/opt/ora9/product/9.2 --with-ora=/opt/ora9/product/9.2/bin --with-zlib-dir=/usr/local/zlib-1.2.1 --with-jpeg-dir=/usr/local/jpeg-6b --with-png-dir=/usr/local/libpng-1.2.8 --with-freetype-dir=/usr/local/freetype-2.1.9 --with-libxml-dir=/usr/local/libxml2-2.6.16 --with-openssl --with-mod_charset --with-language=korean --with-charset=euc_kr --with-curl=/usr/local/curl-7.15.5 --with-gdbm --with-ldap --with-xml --with-regex=php --enable-module=so --enable-memory-limit --enable-track-vars --enable-ftp --enable-sockets --enable-trans-sid --enable-magic-quotes --enable-sysvsem --enable-sysvshm --enable-mailparse --enable-sigchild --enable-calender --enable-inline-optimization --enable-mbstring --disable-debug

 

make

 

make 끝나면 완료 됐다는 메시지와 함께 뭘 무시 어쩌구 나오는데

그냥 엔터..

 

make install

 

php.ini 옮기고..

 

아파치 다시 시작....

phpinfo로 확인

떠 있네요..

끝~~^^


Articles

1 2 3