What I have done:
# cp ./lib/Parse/RecDescent.pm /usr/lib/perl5/5.8.0/
<snip>
My problem:
Warning: prerequisite Parse::RecDescent 0 not found.
Why can perl not find this RecDescent.pm under /usr/lib/perl5/5.8.0/ ?
Because it does not look for it there, but it expects to find it in for instance /usr/lib/perl5/site_perl/5.8.0/Parse
Why didn't you install also Parse::RecDescent using Makefile.PL etc.? Then you had probably not encountered this problem.
-- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>