T
technog
Using Fedora 17 and perl v5.14.2
Initially trying to install the lwp::Simple package, which brought up dependencies.
Now trying to install MakeMaker but get the following error re. config.h
Please see the last line below.
The path doesnt exist and I dont have config.h in any of the downloaded modules.
If this file is created on the fly, as the error would indicate, then the following line in the makefile has the path not setup correctly ??
CONFIGDEP = $(PERL_ARCHLIB)$(DFSEP)Config.pm $(PERL_INC)$(DFSEP)config.h
* output of the make command *
# perl Makefile.PL
Using included version of version (0.88) because it is not already installed.
Using included version of JSON:
P (2.27104) because it is not already installed.
Using included version of Parse::CPAN::Meta (1.4401) because it is not already installed.
Using included version of CPAN::Meta (2.112150) because it is not already installed.
Using included version of CPAN::Meta::YAML (0.003) because it is not already installed.
Using included version of ExtUtils::Manifest (1.58) because it is not already installed.
Using included version of ExtUtils::Install (1.52) because it is not already installed.
Using included version of File::Copy::Recursive (0.38) because it is not already installed.
Using included version of JSON:
P::Compat5006 (1.09) because it is not already installed.
Using included version of Version::Requirements (0.101020) because it is not already installed.
Checking if your kit is complete...
Looks good
Writing Makefile for ExtUtils::MakeMaker
Writing MYMETA.yml and MYMETA.json
ExtUtils-MakeMaker-6.62]# make
make: *** No rule to make target `/usr/lib64/perl5/CORE/config.h', needed by `Makefile'. Stop.
Initially trying to install the lwp::Simple package, which brought up dependencies.
Now trying to install MakeMaker but get the following error re. config.h
Please see the last line below.
The path doesnt exist and I dont have config.h in any of the downloaded modules.
If this file is created on the fly, as the error would indicate, then the following line in the makefile has the path not setup correctly ??
CONFIGDEP = $(PERL_ARCHLIB)$(DFSEP)Config.pm $(PERL_INC)$(DFSEP)config.h
* output of the make command *
# perl Makefile.PL
Using included version of version (0.88) because it is not already installed.
Using included version of JSON:
Using included version of Parse::CPAN::Meta (1.4401) because it is not already installed.
Using included version of CPAN::Meta (2.112150) because it is not already installed.
Using included version of CPAN::Meta::YAML (0.003) because it is not already installed.
Using included version of ExtUtils::Manifest (1.58) because it is not already installed.
Using included version of ExtUtils::Install (1.52) because it is not already installed.
Using included version of File::Copy::Recursive (0.38) because it is not already installed.
Using included version of JSON:
Using included version of Version::Requirements (0.101020) because it is not already installed.
Checking if your kit is complete...
Looks good
Writing Makefile for ExtUtils::MakeMaker
Writing MYMETA.yml and MYMETA.json
ExtUtils-MakeMaker-6.62]# make
make: *** No rule to make target `/usr/lib64/perl5/CORE/config.h', needed by `Makefile'. Stop.