Todd Lyons wrote:

When you build you "own" perl based rpm it read the site config version as 5.8.00 but then writes the requires as 5.800 which breaks perl
builds...
That happens if you install modules under site_perl (the correct path pre 9.0) instead of vendor_perl (starting from 9.0). I don't understand much of perl, but I had to fix my cyrus-imapd package to install under vendor_perl in 9.0, i.e. instead of

perl Makefile.PL PREFIX=$(prefix)

I had to issue

perl Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor

Don't ask me the cause of this change, I don't grok perl and don't follow its development.

Bye
--
Luca Olivetti
Note.- This message reached you today, it may not tomorrow if you
are using MAPS or other RBL. They arbitrarily IP addresses not
related in any way to spam, disrupting Internet connectivity.
See http://slashdot.org/article.pl?sid=01/05/21/1944247 and
http://theory.whirlycott.com/~phil/antispam/rbl-bad/rbl-bad.html

Attachment: msg93226/pgp00000.pgp
Description: PGP signature

Reply via email to