Advertisement
Guest User

Untitled

a guest
Nov 29th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. These could not be installed by Task::WebGUI
  2. Net::SSLeay
  3. Crypt-SSLeay-0.64
  4. XML::Parser
  5. IO-Socket-SSL-1.79
  6. LWP-Protocol-https-6.03
  7. Net-Twitter-3.18004
  8. Net::HTTPS::Any
  9. Business-OnlinePayment-3.02
  10. XML-SAX-Expat-0.40
  11. XML-Simple-2.20
  12. Business-OnlinePayment-AuthorizeNet-3.22
  13. Facebook::Graph
  14. SOAP::Lite
  15. Business-PayPal-API-0.70
  16. Weather::Com::Finder
  17. Text::Aspell
  18.  
  19. # The following are notes for fixing pvanthony's instructions
  20. #
  21. # Location for fixing these is
  22. # cd ~/.cpanm/work (note the .)
  23. #
  24. #
  25. # Net::SSLeay Change the Makefile then run make and install, do not run perl Makefile.PL again
  26. #
  27. # no C in Expat in "For XML::Parser, I had to set the ExpactLib to /data/wre/prereqs/lib , ExpactInclude to /data/wre/prereqs/include and -I/data/wre/prereqs/include"
  28. # change in ./Makefile and Expat/Makefile, again do not rerun perl Makefile.PL
  29. #
  30. # Ignoring Text::Aspell, cuz it's optional
  31. #
  32. # need to be root to install modules using testEnvironment.pl
  33.  
  34. These I testEnvironment.pl from 7.6.35 told me I needed
  35. Tie::CPHash
  36. Net::Subnets (Only needed for pre WG 7.7, is no longer in cpan, you can get from http://backpan.perl.org/authors/id/S/SR/SRI/Net-Subnets-0.21.tar.gz )
  37. Apache2::Request
  38.  
  39. This was needed and I found out when I tried to start something
  40. String::Random
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement