Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Error installing Inline::C 0.75

by Khen1950fx (Canon)
on Jun 26, 2015 at 01:17 UTC ( [id://1132047]=note: print w/replies, xml ) Need Help??


in reply to Error installing Inline::C 0.75

Run this first:
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install(qw( File::Copy::Recursive IO::Dir File::ShareDir::Install Pegex autodie Text::Balanced Parse::RecDescent DigestLLMD5 Exporter constant Sub::Uplevel Carp Test::Warn Test::More Inline YAML::XS version Cwd ExtUtils::MakeMaker Scalar::Util IO::All), );
Then manually install like this:
/usr/bin/perl Makefile.PL make make test make install
Remember: Perl makes hard things easier, not easy things harder.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1132047]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-29 08:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found