Explain why -Duserelocatableinc isn't compatible with -Duseshrplib
Rafael Garcia-Suarez [Sat, 20 Mar 2010 13:45:59 +0000 (14:45 +0100)]
INSTALL

diff --git a/INSTALL b/INSTALL
index a0405b2..7c085cd 100644 (file)
--- 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"