Hi!

Here's a small patch adding two notes to docs/1.0/guide/install.pod
explaing that libperl.a (and libphp4.a) are not expected to be in the
src/modules dir during ./configure

Took me an hour to figure out (damn auto-completing tab on the shell..), no
need that anybody else suffers the same fate.


-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
Index: src/docs/1.0/guide/install.pod
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/docs/1.0/guide/install.pod,v
retrieving revision 1.18
diff -u -u -r1.18 install.pod
--- src/docs/1.0/guide/install.pod      31 Dec 2002 19:24:25 -0000      1.18
+++ src/docs/1.0/guide/install.pod      29 Jan 2003 20:18:06 -0000
@@ -1036,6 +1036,9 @@
 C<--prefix=/usr/share/apache> the Apache directory tree will be
 installed in I</usr/share/apache>.
 
+Note that the files activated by C<--activate-module> do not exist at
+this time. They will be generated during compilation.
+
 The last three steps build, test and install the Apache-side of the
 mod_perl enabled server.  Presumably your new server includes
 third-party components, otherwise you probably won't choose this
@@ -1555,6 +1558,9 @@
      --enable-module=stats \
      --enable-module=rewrite
   % make
+
+Note: C<libperl.a> and C<libphp4.a> do not exist at this time. They
+will be generated during compilation.
 
 =item 1
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to