Debian / Ubuntu:

  • apt-get install apache2 bison flex libapache2-mod-perl2 libsoap-lite-perl libsox-fmt-all libtext-csv-perl sox
  • perl -MCPAN -e 'install Business::PayPal::IPN'
  • perl -MCPAN -e 'install Pod::WSDL'

Redhat Enterprise:

  • up2date expat-devel mod_perl sox
  • perl -MCPAN -e 'install Business::PayPal::IPN'
  • perl -MCPAN -e 'install Pod::WSDL'
  • perl -MCPAN -e 'install SOAP::Lite'
  • perl -MCPAN -e 'install Text::CSV'

Others:

  • yum -y install expat-devel mod_perl sox
  • perl -MCPAN -e 'install Business::PayPal::IPN'
  • perl -MCPAN -e 'install Pod::WSDL'
  • perl -MCPAN -e 'install SOAP::Lite'
  • perl -MCPAN -e 'install Text::CSV'