Hi *, I want to install the Spreadsheet-WriteExcel-2.11 with the prerequisites Parse::RecDescent and File::Temp.
Version: This is perl, v5.8.0 built for i386-linux-thread-multi @INC: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 What I have done: # cp ./lib/Parse/RecDescent.pm /usr/lib/perl5/5.8.0/ and under File-Temp-0.14: # perl Makefile.PL # make # make test # make install under Spreadsheet-WriteExcel-2.11: # perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Parse::RecDescent 0 not found. Writing Makefile for Spreadsheet::WriteExcel My problem: Warning: prerequisite Parse::RecDescent 0 not found. Why can perl not find this RecDescent.pm under /usr/lib/perl5/5.8.0/ ? It is there: -rw-r--r-- 1 root root 77401 Oct 24 17:57 /usr/lib/perl5/5.8.0/RecDescent.pm This is my first time working with perl. I highly appreciate any comments or suggestions. Thx in advance Stefan