Brendan O'Dea, in an immanent manifestation of deity, wrote: >the problem is not actually with libdigest-md5-perl but rather with a >locally compiled Digest::MD5. > > $ perl -le 'print for @INC' > /usr/lib/perl5 > /usr/lib/perl5/5.6/i386-linux > /usr/lib/perl5/5.6 > /usr/local/lib/site_perl/i386-linux > /usr/local/lib/site_perl > /usr/lib/perl5/5.005/i386-linux > /usr/lib/perl5/5.005 > . > >Should site_perl come after 5.005 perhaps?
Possibly. There's certainly precedent for it, considering that the installed include paths come before the site paths. I'll just have to figure out how to do this since right now, I'm using VENDORLIB to get the 5.005 paths in there. (And APPLLIB to get /usr/lib/perl5 in.) Darren -- <[EMAIL PROTECTED]><http://www.daft.com/~torin/> <[EMAIL PROTECTED]><[EMAIL PROTECTED]> Darren Stalder/2608 Second Ave, @282/Seattle, WA 98121-1212/USA/+1-206-ELF-LIPZ @ Make a little hot-tub in your soul. @

