Skip to content

Instantly share code, notes, and snippets.

@myano
Created November 11, 2011 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myano/1357663 to your computer and use it in GitHub Desktop.
Save myano/1357663 to your computer and use it in GitHub Desktop.
having trouble installing POD::Usage
05:08 [~/dev/sophia]
(yano@yano) $ ./configure
Checking for Perl 5.10.0 ... OK!
Checking for Carp ... OK!
Checking for FindBin ... OK!
Checking for Getopt::Long ... OK!
Checking for POD::Usage ... not found (install POD::Usage).
Checking for POE ... OK!
Checking for POE::Component::IRC ... OK!
Checking for POSIX ... OK!
Checking for Sub::Delete ... OK!
Checking for Switch ... OK!
The following packages are - NOT - required to run sophia.
They are required for the default modules that sophia comes with.
Checking for HTML::Entities ... OK!
Checking for Time::Local ... OK!
Checking for URI::Escape ... OK!
Checking for WWW::Curl::Easy version 4.15 ... OK!
Checking for XML::LibXML ... OK!
05:09 [~/dev/sophia]
(yano@yano) $ cpan
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.9402)
Enter 'h' for help.
cpan[1]> install "POD::Usage";
CPAN: Storable loaded ok (v2.20)
Going to read '/home/yano/.cpan/Metadata'
Database was generated on Fri, 11 Nov 2011 08:48:03 GMT
Warning: Cannot install POD::Usage;, don't know what it is.
Try the command
i /POD::Usage;/
to find objects with matching identifiers.
CPAN: Time::HiRes loaded ok (v1.9719)
cpan[2]> /POD::Usage;/
Catching error: "Can't locate object method \"Usage;/\" via package \"/POD\" (perhaps you forgot to load \"/POD\"?) at /usr/share/perl/5.10/CPAN.pm line 375, <FIN> line 2.\cJ" at /usr/share/perl/5.10/CPAN.pm line 391
CPAN::shell() called at /usr/bin/cpan line 198
cpan[3]> i /POD::Usage;/
No objects found of any type for argument /POD::Usage;/
cpan[4]>
05:12 [~/dev/sophia]
(yano@yano) $ ./bin/sophia
Can't locate API/Log.pm in @INC (@INC contains: /home/yano/dev/sophia/bin/../lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./bin/sophia line 19.
BEGIN failed--compilation aborted at ./bin/sophia line 19.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment