You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2004/12/30 23:54:46 UTC

svn commit: r123741 - /perl/modperl/docs/trunk/src/docs/1.0/guide/troubleshooting.pod

Author: stas
Date: Thu Dec 30 14:54:44 2004
New Revision: 123741

URL: http://svn.apache.org/viewcvs?view=rev&rev=123741
Log:
perl -V:useshrplib should return false when perl is built statically 
linked
Submitted by: William McKee <wi...@knowmad.com>

Modified:
   perl/modperl/docs/trunk/src/docs/1.0/guide/troubleshooting.pod

Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/troubleshooting.pod
Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/1.0/guide/troubleshooting.pod?view=diff&rev=123741&p1=perl/modperl/docs/trunk/src/docs/1.0/guide/troubleshooting.pod&r1=123740&p2=perl/modperl/docs/trunk/src/docs/1.0/guide/troubleshooting.pod&r2=123741
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/troubleshooting.pod	(original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/troubleshooting.pod	Thu Dec 30 14:54:44 2004
@@ -148,7 +148,7 @@
 
 will say:
 
-    useshrplib='true'
+    useshrplib='false'
 
 Again, the solution may vary from system to system, but moving
 F</usr/lib/libperl.a> away while building mod_perl is probably the

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org