Hi,
I am new to linux, trying to install corona lite 4.2.2 on Fedora 15. My system fulfills all the hardware requirememnts mentioned in the documentation file. I tried to install the package, but was unable to do it. Searched a lot of forums, installed latest versions of perl and GCC. Still i get the below mentioned error./////
[Dam@Dam Corona_Lite_4.2.2]$ make install PREFIX=/home/Dam/Downloads/trial1/Corona_Lite_4.2.2
make -C pairing install PREFIX=/home/Dam/Downloads/trial1/Corona_Lite_4.2.2
make[1]: Entering directory `/home/Dam/Downloads/trial1/Corona_Lite_4.2.2/pairing'
*** Bootstrapping Perl project perl/Makefile
cd perl && DISCOVERSION='' perl Makefile.PL PREFIX=/home/Dam/Downloads/trial1/Corona_Lite_4.2.2 DESTDIR='' LIB='/home/Dam/Downloads/trial1/Corona_Lite_4.2.2/lib/perl'
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: inc /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at inc/Module/Install/Can.pm line 9.
BEGIN failed--compilation aborted at inc/Module/Install/Can.pm line 9.
Compilation failed in require at inc/Module/Install.pm line 261.
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: inc /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at inc/Module/Install/Makefile.pm line 5.
BEGIN failed--compilation aborted at inc/Module/Install/Makefile.pm line 5.
Compilation failed in require at inc/Module/Install.pm line 261.
The 'makemaker_args' method does not exist in the 'inc' path!
Please remove the 'inc' directory and run Makefile.PL again to load it.
make[1]: *** [perl/Makefile] Error 255
make[1]: Leaving directory `/home/Dam/Downloads/trial1/Corona_Lite_4.2.2/pairing'
make: *** [pairing-install] Error 2
///////
Help me out guys
I am new to linux, trying to install corona lite 4.2.2 on Fedora 15. My system fulfills all the hardware requirememnts mentioned in the documentation file. I tried to install the package, but was unable to do it. Searched a lot of forums, installed latest versions of perl and GCC. Still i get the below mentioned error./////
[Dam@Dam Corona_Lite_4.2.2]$ make install PREFIX=/home/Dam/Downloads/trial1/Corona_Lite_4.2.2
make -C pairing install PREFIX=/home/Dam/Downloads/trial1/Corona_Lite_4.2.2
make[1]: Entering directory `/home/Dam/Downloads/trial1/Corona_Lite_4.2.2/pairing'
*** Bootstrapping Perl project perl/Makefile
cd perl && DISCOVERSION='' perl Makefile.PL PREFIX=/home/Dam/Downloads/trial1/Corona_Lite_4.2.2 DESTDIR='' LIB='/home/Dam/Downloads/trial1/Corona_Lite_4.2.2/lib/perl'
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: inc /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at inc/Module/Install/Can.pm line 9.
BEGIN failed--compilation aborted at inc/Module/Install/Can.pm line 9.
Compilation failed in require at inc/Module/Install.pm line 261.
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: inc /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at inc/Module/Install/Makefile.pm line 5.
BEGIN failed--compilation aborted at inc/Module/Install/Makefile.pm line 5.
Compilation failed in require at inc/Module/Install.pm line 261.
The 'makemaker_args' method does not exist in the 'inc' path!
Please remove the 'inc' directory and run Makefile.PL again to load it.
make[1]: *** [perl/Makefile] Error 255
make[1]: Leaving directory `/home/Dam/Downloads/trial1/Corona_Lite_4.2.2/pairing'
make: *** [pairing-install] Error 2
///////
Help me out guys
Comment