Advertisement
Guest User

Untitled

a guest
May 22nd, 2013
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. $ perl -MCPAN -e shell
  2.  
  3. CPAN.pm requires configuration, but most of it can be done automatically.
  4. If you answer 'no' below, you will enter an interactive dialog for each
  5. configuration option instead.
  6.  
  7. Would you like to configure as much as possible automatically? [yes] yes
  8.  
  9. <install_help>
  10.  
  11. Warning: You do not have write permission for Perl library directories.
  12.  
  13. To install modules, you need to configure a local Perl library directory or
  14. escalate your privileges. CPAN can help you by bootstrapping the local::lib
  15. module or by configuring itself to use 'sudo' (if available). You may also
  16. resolve this problem manually if you need to customize your setup.
  17.  
  18. What approach do you want? (Choose 'local::lib', 'sudo' or 'manual')
  19. [local::lib]
  20.  
  21. Autoconfigured everything but 'urllist'.
  22.  
  23. Now you need to choose your CPAN mirror sites. You can let me
  24. pick mirrors for you, you can select them from a list or you
  25. can enter them by hand.
  26.  
  27. Would you like me to automatically choose some CPAN mirror
  28. sites for you? (This means connecting to the Internet) [yes]
  29. Trying to fetch a mirror list from the Internet
  30. Fetching with LWP:
  31. http://www.perl.org/CPAN/MIRRORED.BY
  32.  
  33. Looking for CPAN mirrors near you (please be patient)
  34. .............................. done!
  35.  
  36. New urllist
  37. http://cpan.etla.org/
  38. http://mirror.switch.ch/ftp/mirror/CPAN/
  39. http://mirrors.dotsrc.org/cpan/
  40.  
  41. Autoconfiguration complete.
  42.  
  43. Attempting to bootstrap local::lib...
  44.  
  45. Writing /home/john/.cpan/CPAN/MyConfig.pm for bootstrap...
  46. commit: wrote '/home/john/.cpan/CPAN/MyConfig.pm'
  47. Fetching with LWP:
  48. http://cpan.etla.org/authors/01mailrc.txt.gz
  49. Going to read '/home/john/.cpan/sources/authors/01mailrc.txt.gz'
  50. ............................................................................DONE
  51. Fetching with LWP:
  52. http://cpan.etla.org/modules/02packages.details.txt.gz
  53. Going to read '/home/john/.cpan/sources/modules/02packages.details.txt.gz'
  54. Database was generated on Wed, 22 May 2013 01:41:03 GMT
  55. ..............
  56. New CPAN.pm version (v2.00) available.
  57. [Currently running version is v1.960001]
  58. You might want to try
  59. install CPAN
  60. reload cpan
  61. to both upgrade CPAN.pm and run the new version without leaving
  62. the current session.
  63.  
  64.  
  65. ..............................................................DONE
  66. Fetching with LWP:
  67. http://cpan.etla.org/modules/03modlist.data.gz
  68. Going to read '/home/john/.cpan/sources/modules/03modlist.data.gz'
  69. ............................................................................DONE
  70. Going to write /home/john/.cpan/Metadata
  71. Running make for A/AP/APEIRON/local-lib-1.008009.tar.gz
  72. Fetching with LWP:
  73. http://cpan.etla.org/authors/id/A/AP/APEIRON/local-lib-1.008009.tar.gz
  74. Fetching with LWP:
  75. http://cpan.etla.org/authors/id/A/AP/APEIRON/CHECKSUMS
  76. Checksum for /home/john/.cpan/sources/authors/id/A/AP/APEIRON/local-lib-1.008009.tar.gz ok
  77. ---- Unsatisfied dependencies detected during ----
  78. ---- APEIRON/local-lib-1.008009.tar.gz ----
  79. ExtUtils::MakeMaker [build_requires]
  80. Running make test
  81. Make had some problems, won't test
  82. Delayed until after prerequisites
  83. Running make install
  84. Make had some problems, won't install
  85. Delayed until after prerequisites
  86. Can't locate local/lib.pm in @INC (@INC contains: /home/john/perl5/lib/perl5 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl /home/john/Desktop) at /usr/share/perl/5.14/CPAN/FirstTime.pm line 1300.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement