Linux
pear Spreadsheet_Excel_Writer 설치
Jack Moon
2012. 10. 8. 16:38
pear Spreadsheet_Excel_Writer 설치
pear 확인 -> pear version
cd /usr/share
lynx -source http://pear.php.net/go-pear | php
쭉 엔터
****** 추가 2011-06-09 >> 만약 아래와 같은 에러가 난다면
Sorry! Your PHP version is too new (5.1.6) for this go-pear.
Instead use http://pear.php.net/go-pear.phar for a more stable and current
version of go-pear, more suited to your PHP version.
Thank you for your coopertion and sorry for the inconvenience!
# wget http://pear.php.net/go-pear.phar
# php go-pear.phar
쭉 엔터
만약 lynx가 없다면
yum install lynx
/usr/sbin/apachectl stop
/usr/sbin/apachectl stop
/usr/sbin/apachectl start
/usr/share/bin/pear install OLE-1.0.0RC1
/usr/share/bin/pear install Spreadsheet_Excel_Writer-0.9.2