스마트폰 결제모듈 설치 관련 데이콤 xpay 크로스 플랫폼용
curl 설치
sulinux 1.5
yum update openssl
yum update openssl-devel
http://curl.haxx.se/ 에서 다운 혹은
wget http://curl.haxx.se/download/curl-7.21.0.tar.gz
tar xvzf curl-7.21.0.tar.gz
cd curl-7.21.0
./configure --without-libidn --with-openssl=/usr/bin/openssl -prefix=/usr/local/curl
(sulinux에는 libidn 이 없음.)
make
make install
php 재설치
기존 php가 5.2.2 였으나 5.2.1 로 다시 설치
/root/bin/apm/apm_phpupdate
--with-curl=/usr/local/curl --wth-ssl
옵션 추가
phpinfo 에서 curl 버젼과 configure command 확인
댓글 없음:
댓글 쓰기