This is Debian unstable. I didn't compile Perl, it is Debian's 5.8.7-4.

$ perl '-V:install.*' installarchlib='/usr/lib/perl/5.8'; installbin='/usr/bin'; installhtml1dir=''; installhtml3dir=''; installman1dir='/usr/share/man/man1'; installman3dir='/usr/share/man/man3'; installprefix='/usr'; installprefixexp='/usr'; installprivlib='/usr/share/perl/5.8'; installscript='/usr/bin'; installsitearch='/usr/local/lib/perl/5.8.7'; installsitebin='/usr/local/bin'; installsitehtml1dir=''; installsitehtml3dir=''; installsitelib='/usr/local/share/perl/5.8.7'; installsiteman1dir='/usr/local/man/man1'; installsiteman3dir='/usr/local/man/man3'; installsitescript='/usr/local/bin'; installstyle='lib/perl5'; installusrbinperl='undef'; installvendorarch='/usr/lib/perl5'; installvendorbin='/usr/bin'; installvendorhtml1dir=''; installvendorhtml3dir=''; installvendorlib='/usr/share/perl5'; installvendorman1dir='/usr/share/man/man1'; installvendorman3dir='/usr/share/man/man3'; installvendorscript='/usr/bin'; $ grep -wE "lib|share" $(locate Config.pm) /usr/lib/perl/5.8.7/Config.pm:die "Perl lib version (v5.8.7) doesn't m +atch executable version ($])" /usr/lib/perl/5.8.7/Config.pm: or die "Perl lib version (v5.8.7) do +esn't match executable version (" . /usr/lib/perl/5.8.7/Config.pm: archlibexp => '/usr/lib/perl/5.8', /usr/lib/perl/5.8.7/Config.pm: libpth => '/usr/local/lib /lib /usr/ +lib', /usr/lib/perl/5.8.7/Config.pm: privlibexp => '/usr/share/perl/5.8', /usr/lib/perl/5.8.7/Config.pm: sitearchexp => '/usr/local/lib/perl/ +5.8.7', /usr/lib/perl/5.8.7/Config.pm: sitelibexp => '/usr/local/share/perl +/5.8.7', /usr/share/perl5/Debconf/Config.pm:our @config_files=("/etc/debconf.co +nf", "/usr/share/debconf/debconf.conf");

I never touched any Config.pm. Actually, I know very little about how Perl works. I'm inclined to think that the cause of this has to do with the modules themselves, its their Makefiles or so. I can paste them in my scratchpad (appropriately trimmed) if it matters.

--
David Serrano


In reply to Re^2: Modules installation path by Hue-Bond
in thread Modules installation path by Hue-Bond

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.