It appears that 6.28 is still having some PL_FILES issues.

In particular, IP-Country 2.17 and 2.18 both have issues (only versions I
have access to).

What I'm seeing is this:

cp lib/IP/Country/Fast/ip.gif blib/lib/IP/Country/Fast/ip.gif
/usr/bin/perl bin/ip2cc.PL bin/ip2cc
Can't locate IP/Country.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.6/i386-linux-thread-multi /usr/lib/perl5/5.8.6
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl .) at bin/ip2cc.PL
line 3.


The root cause appears to be this:

bin/ip2cc :: bin/ip2cc.PL     
        $(PERLRUN) bin/ip2cc.PL bin/ip2cc


If I change PERLRUN to PERLRUNINST (like it used to be in 6.17), it works.

If you test this, make sure you don't have it installed, otherwise it picks
up the installed versions of the files, and it looks like it works.

mrc

Reply via email to