From: Rafael Garcia-Suarez Date: Sat, 20 Mar 2010 13:45:59 +0000 (+0100) Subject: Explain why -Duserelocatableinc isn't compatible with -Duseshrplib X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79f7885ca13814e1bf32fa15901b6f0cdc95f9be;p=p5sagit%2Fp5-mst-13.2.git Explain why -Duserelocatableinc isn't compatible with -Duseshrplib --- diff --git a/INSTALL b/INSTALL index a0405b2..7c085cd 100644 --- a/INSTALL +++ b/INSTALL @@ -787,6 +787,10 @@ can be configured on a per-directory basis, although the default with "-Duserelocatableinc" is that everything is relocated. The initial install is done to the original configured prefix. +This option is not compatible with the building of a shared libperl +("-Duseshrplib"), because in that case perl is linked with an hard-coded +rpath that points at the libperl.so, that cannot be relocated. + =head2 Site-wide Policy settings After Configure runs, it stores a number of common site-wide "policy"