Installing PEAR Libraries

From Foldeomics Wiki

Jump to: navigation, search

Setting the HTTP Proxy

can use pear install, but may have to set the proxy using pear config-set http_proxy http://<username>:<password>@proxy.monash.edu.au:8080/

(where <username>:<password> are, for Monash users, your authcate details.)

test using >pear list-remote

install using sudo pear install --alldeps <package name>


Modules used by PFD

(Mail/Log/Benchmark already installed in OSX 10.4??)

Correct Installed List:

  • Config
  • DB
  • File_Archive
  • Mail
  • Mail_Mime
  • Net_SMTP
  • Net_Socket
  • PEAR
  • Spreadsheet_Excel_Writer
  • System_Command
  • XML_Parser
  • XML_Util

optional:

  • PHPUnit2
  • PHPDocumentor
Personal tools