Jun 20, 2009 6:30 pm
Dennis G. WicksGreetings;
YAML is not installed on my Lenny system and when I try to
install it (with perl -MCPAN -e shell) I get the following
errors after the source has been unpacked. Any ideas?
Thanks for any help!
Dennis
BTW :
> cardinal:~# ls -l /root/.cpan/build/YAML-0.68-DEj5Ee/META.yml
> -rw-r--r-- 1 501 501 381 2008-12-04 03:06 /root/.cpan/build/YAML-0.68-DEj5Ee/META.yml
> -rw-r--r-- 1 501 501 381 2008-12-04 03:06 /root/.cpan/build/YAML-0.68-DEj5Ee/META.yml
and
> cardinal:~# ls -l /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.68.tar.gz
> -rw-r--r-- 1 root root 92676 2009-06-20 13:09 /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.68.tar.gz
> -rw-r--r-- 1 root root 92676 2009-06-20 13:09 /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.68.tar.gz
Last part of CPAN output follows::
> Warning (usually harmless): 'YAML' not installed, will not store persistent state
>
> CPAN.pm: Going to build I/IN/INGY/YAML-0.68.tar.gz
>
> Checking if your kit is complete...
> Looks good
> Writing Makefile for YAML
> Could not read '/root/.cpan/build/YAML-0.68-DEj5Ee/META.yml'. Falling back to other methods to determine prerequisites
> Can't exec "make": No such file or directory at /usr/share/perl/5.10/CPAN.pm line 7698.
> INGY/YAML-0.68.tar.gz
> make -- NOT OK
> Warning (usually harmless): 'YAML' not installed, will not store persistent state
> Running make test
> Can't test without successful make
> Running make install
> Make had returned bad status, install seems impossible
> Failed during this command:
> INGY/YAML-0.68.tar.gz : make NO
>
> CPAN.pm: Going to build I/IN/INGY/YAML-0.68.tar.gz
>
> Checking if your kit is complete...
> Looks good
> Writing Makefile for YAML
> Could not read '/root/.cpan/build/YAML-0.68-DEj5Ee/META.yml'. Falling back to other methods to determine prerequisites
> Can't exec "make": No such file or directory at /usr/share/perl/5.10/CPAN.pm line 7698.
> INGY/YAML-0.68.tar.gz
> make -- NOT OK
> Warning (usually harmless): 'YAML' not installed, will not store persistent state
> Running make test
> Can't test without successful make
> Running make install
> Make had returned bad status, install seems impossible
> Failed during this command:
> INGY/YAML-0.68.tar.gz : make NO
Jun 20, 2009 6:38 pm
Bruce FerrellDennis G. Wicks wrote:
> Greetings;
>
> YAML is not installed on my Lenny system and when I try to install it
> (with perl -MCPAN -e shell) I get the following errors after the source
> has been unpacked. Any ideas?
>
> Thanks for any help!
> Dennis
>
> BTW :
> and
>
> Last part of CPAN output follows::
>
>
> YAML is not installed on my Lenny system and when I try to install it
> (with perl -MCPAN -e shell) I get the following errors after the source
> has been unpacked. Any ideas?
>
> Thanks for any help!
> Dennis
>
> BTW :
>> cardinal:~# ls -l /root/.cpan/build/YAML-0.68-DEj5Ee/META.yml
>> -rw-r--r-- 1 501 501 381 2008-12-04 03:06
>> /root/.cpan/build/YAML-0.68-DEj5Ee/META.yml
> >> -rw-r--r-- 1 501 501 381 2008-12-04 03:06
>> /root/.cpan/build/YAML-0.68-DEj5Ee/META.yml
> and
>
>> cardinal:~# ls -l
>> /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.68.tar.gz
>> -rw-r--r-- 1 root root 92676 2009-06-20 13:09
>> /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.68.tar.gz
> >> /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.68.tar.gz
>> -rw-r--r-- 1 root root 92676 2009-06-20 13:09
>> /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.68.tar.gz
> Last part of CPAN output follows::
>
>> Warning (usually harmless): 'YAML' not installed, will not store
>> persistent state
>>
>> CPAN.pm: Going to build I/IN/INGY/YAML-0.68.tar.gz
>>
>> Checking if your kit is complete...
>> Looks good
>> Writing Makefile for YAML
>> Could not read '/root/.cpan/build/YAML-0.68-DEj5Ee/META.yml'. Falling
>> back to other methods to determine prerequisites
>> Can't exec "make": No such file or directory at
>> /usr/share/perl/5.10/CPAN.pm line 7698.
>> INGY/YAML-0.68.tar.gz
>> make -- NOT OK
>> Warning (usually harmless): 'YAML' not installed, will not store
>> persistent state
>> Running make test
>> Can't test without successful make
>> Running make install
>> Make had returned bad status, install seems impossible
>> Failed during this command:
>> INGY/YAML-0.68.tar.gz : make NO
> >> persistent state
>>
>> CPAN.pm: Going to build I/IN/INGY/YAML-0.68.tar.gz
>>
>> Checking if your kit is complete...
>> Looks good
>> Writing Makefile for YAML
>> Could not read '/root/.cpan/build/YAML-0.68-DEj5Ee/META.yml'. Falling
>> back to other methods to determine prerequisites
>> Can't exec "make": No such file or directory at
>> /usr/share/perl/5.10/CPAN.pm line 7698.
>> INGY/YAML-0.68.tar.gz
>> make -- NOT OK
>> Warning (usually harmless): 'YAML' not installed, will not store
>> persistent state
>> Running make test
>> Can't test without successful make
>> Running make install
>> Make had returned bad status, install seems impossible
>> Failed during this command:
>> INGY/YAML-0.68.tar.gz : make NO
It looks like you don't have make
Jun 20, 2009 6:56 pm
Dennis G. WicksBruce Ferrell wrote the following on 06/20/2009 01:38 PM:
>
> Dennis G. Wicks wrote:
[snip]> Dennis G. Wicks wrote:
>> Greetings;
>>
>> YAML is not installed on my Lenny system and when I try to install it
>> (with perl -MCPAN -e shell) I get the following errors after the source
>> has been unpacked. Any ideas?
>>
>> Thanks for any help!
>> Dennis
>>
>>
>> YAML is not installed on my Lenny system and when I try to install it
>> (with perl -MCPAN -e shell) I get the following errors after the source
>> has been unpacked. Any ideas?
>>
>> Thanks for any help!
>> Dennis
>>
>
> It looks like you don't have make
>
> It looks like you don't have make
>
Right you are! It looks like all things installed by CPAN
don't require make!
MANY Thanks!!
Dennis
Previous Thread: Query related to PAR::Packer
Next Thread: Is less than Regex woes
Related Forum Topics
- Installing from CPAN -- YAML
- Trying to install a cpan module
- Install modules from CPAN
- Cannot install Tk from CPAN using Strawberry Perl 5.16
- CPAN install module problem
- CPAN cannot install modules locally
- Unable to install module from CPAN
- Can only install cpan modules as sudo
- FW: can only install cpan modules as sudo
- Install CPAN module in shared hosting