Thx for the answer.

I just was following the install-instructions " It's all pure Perl, so just
put the .pm files in their appropriate local Perl subdirectories" and I had
only under /usr/lib/perl5/5.8.0/ *.pm-files. That is why I copied
RecDescent.pm there.

Later I did the perl-Makefile.PL-make-stuff under Parse-RecDescent-1.94 and
the problem was solved.

RecDescent.pm was put into
/usr/lib/perl5/site_perl/5.8.0/Parse/RecDescent.pm.

cu Stefan



----- Original Message ----- 
From: "Gunnar Hjalmarsson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 25, 2004 12:34 AM
Subject: Re: Module Installation Question


> Stefan Hans wrote:
> > 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>
>
>

Reply via email to