Cher Moines
I am somewhat confused. I attempted to install a module using:
perl -MCPAN -e "force install IO::Socket::SSL"
and it rather unaccountably responded (ultimately) with:
make test had returned bad status, won't install without force
This was, to say the least, a little unexpected as I had used 'force'. I'm not particularly concerned about the error thrown by make test. I've been using an install of IO::Socket::SSL for ages that gave the same error at test time. But I'm not just trying to get IO::Socket::SSL working on a particular machine. I'm wanting to use CPAN to deploy a couple of modules on a load of different sites, so I need something repeatable that will work.
Does anyone know how I might talk more sternly to 'install' to make it continue?
A humble neophyte
I am somewhat confused. I attempted to install a module using:
perl -MCPAN -e "force install IO::Socket::SSL"
and it rather unaccountably responded (ultimately) with:
make test had returned bad status, won't install without force
This was, to say the least, a little unexpected as I had used 'force'. I'm not particularly concerned about the error thrown by make test. I've been using an install of IO::Socket::SSL for ages that gave the same error at test time. But I'm not just trying to get IO::Socket::SSL working on a particular machine. I'm wanting to use CPAN to deploy a couple of modules on a load of different sites, so I need something repeatable that will work.
Does anyone know how I might talk more sternly to 'install' to make it continue?
A humble neophyte
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: force install in cpan
by jettero (Monsignor) on Mar 27, 2007 at 15:24 UTC | |
by Anonymous Monk on Mar 27, 2007 at 15:27 UTC | |
by jettero (Monsignor) on Mar 27, 2007 at 15:41 UTC | |
by Anonymous Monk on Dec 11, 2013 at 08:51 UTC | |
by Anonymous Monk on Dec 11, 2013 at 08:58 UTC | |
Re: force install in cpan
by Thelonius (Priest) on Mar 27, 2007 at 15:30 UTC | |
by Anonymous Monk on Mar 27, 2007 at 15:35 UTC |
Back to
Seekers of Perl Wisdom