Re: LWP::UserAgent::FramesReady installation on debian lenny
Nicholas Bamber <[email protected]> Fri, 08 Apr 2011 20:49:57 +0100
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Organization | Periapt Technologies |
| Message-ID | <[email protected]> |
Judging by the error message I would guess it was something going wrong
early in Makefile.PL. So you will need to debug
/usr/bin/perl Makefile.PL INSTALLDIRS=site
and find where it is failing. If you look at the CPAN test results you
will see that all 106 CPAN testers have had a similar level of success
as you. I picked one at random and it said
Can't enable: No such file or directory at Makefile.PL line 39
Line 39 turns out to be
open(ENABLED, ">t/live/ENABLED") || die "Can't enable: $!";
Indeed you will find that the distribution comes with no t/live
directory. So maybe you want to try creating one and running the build
process manually. You may then hit more issues of course.
On 08/04/11 20:27, amel kapetanovic wrote:
> He every one,
>
>
> Could please someone help me ?
>
> I have a problem for installation of LWP::UserAgent::FramesReady on
> debian lenny.
>
> When I try to do it through cpan, see what happens :
>
>
> ------------------------------------------------------------
> cpan[1]> install LWP::UserAgent::FramesReady
> CPAN: Storable loaded ok (v2.18)
> Going to read /root/.cpan/Metadata
> Database was generated on Tue, 05 Apr 2011 18:27:22 GMT
> CPAN: YAML loaded ok (v0.66)
> Going to read /root/.cpan/build/
> ............................................................................DONE
>
> Found 1 old build, restored the state of 1
> Running install for module 'LWP::UserAgent::FramesReady'
> Running make for D/DE/DERHAAG/FramesReady-1.023.tar.gz
> Has already been unwrapped into directory
> /root/.cpan/build/FramesReady-1.023-PBA75V
> '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't
> make
> Running make test
> Make had some problems, won't test
> Running make install
> Make had some problems, won't install
> ------------------------------------------------------------
>
>
> Does someone know what to do ?
>
> Thanks a lot,
>
> Amel K.
>
>
>
>