Brendan O'Dea, in an immanent manifestation of deity, wrote: >I would suggest something like this: > > archname=i386-linux > echo sitelib_stem= >config.over > Configure -des \ > -Dprefix=/usr -Darchname=$archname \ > -Darchlib=/usr/lib/perl5/5.6/$archname:/usr/lib/perl5/5.005/$archname \ > -Dprivlib=/usr/lib/perl5/5.6:/usr/lib/perl5 \ > -Dsitelib=/usr/local/lib/site_perl
This looks like it should work by reading perl.c but that is the only place in the Perl infrastructure that that works. Note what happens when we go to installperl (make install): (From the last few lines) cp pod/perlwin32.pod /usr/local/scratch1/darren/debian/perl/perl-5.6-5.6.0/debian/tmp/usr/lib/perl5/5.6:/usr/lib/perl5/pod/perlwin32.pod cp pod/perlxs.pod /usr/local/scratch1/darren/debian/perl/perl-5.6-5.6.0/debian/tmp/usr/lib/perl5/5.6:/usr/lib/perl5/pod/perlxs.pod cp pod/perlxstut.pod /usr/local/scratch1/darren/debian/perl/perl-5.6-5.6.0/debian/tmp/usr/lib/perl5/5.6:/usr/lib/perl5/pod/perlxstut.pod installperl treats archlib as a directory rather than as a path and does dumb things. I investigated this way of doing things before. 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. @

