Author: stas Date: Fri Dec 31 13:04:54 2004 New Revision: 123822 URL: http://svn.apache.org/viewcvs?view=rev&rev=123822 Log: more tweaks Contributed by: William McKee <[EMAIL PROTECTED]>
Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod?view=diff&rev=123822&p1=perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod&r1=123821&p2=perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod&r2=123822 ============================================================================== --- perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod (original) +++ perl/modperl/docs/trunk/src/docs/1.0/guide/install.pod Fri Dec 31 13:04:54 2004 @@ -688,7 +688,7 @@ that comes with Perl source. =for html Also see <a -href="http://modperlbook.org/html/ch15_04.html">Chapter 15.4 - Perl +href="http://modperlbook.org/html/ch15_04.html">"Chapter 15.4 - Perl Build Options"</a> from <a href="http://modperlbook.org/">Practical mod_perl</a>. @@ -721,13 +721,14 @@ Some distributions (notably Debian) have chosen to put F<libperl.so> and F<libperl.a> into the global library loader path (e.g., F</usr/lib>) which will cause linking problems when compiling mod_perl -(if compiling against static perl), in which case you hould move aside -the F<libperl.a> while building mod_perl or else will likely encounter -further errors. If building against the dynamic perl's F<libperl.so>, -you may have similar problems but at startup time. It's the best to -get rid of perl that installs its libs into F</usr/lib> (or similar) -and reinstall a new perl, which puts its library under the perl tree. - +(if compiling against static perl), in which case you should move +aside the F<libperl.a> while building mod_perl or else will likely +encounter further errors. If building against the dynamic perl's +F<libperl.so>, you may have similar problems but at startup time. It's +the best to get rid of perl that installs its libs into F</usr/lib> +(or similar) and reinstall a new perl, which puts its library under +the perl tree. Also see L<libperl.so and +libperl.a|docs::1.0::guide::install/libperl_so_and_libperl_a">. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]