Hello all, finally I managed my switch from DP to macports list . . . and now I need your help with a Perl problem. When I try to build wget (but same prob w/ other Perl depending ports too) building stops w/ the following error:
Can't locate Pod/Man.pm in @INC (@INC contains: /opt/local/lib/ perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/ perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/ 5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/ vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/ 5.8.8 /opt/local/lib/perl5/vendor_perl .) at /opt/local/bin/pod2man line 16.
But: Pod::Man is installed at /usr/local/lib/perl5/5.8.8/Pod/Man.pm and the PERL5LIB variable is set: root# echo $PERL5LIB /usr/local/lib/perl5:/usr/local/lib/perl5/site_perl:/opt/local/lib/perl5 but macports doesnt see it. Any help is highly appreciated. Peter