http://qs321.pair.com?node_id=1132047


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.