stas 01/11/20 20:39:15 Modified: src/user/install install.pod Log: - rebuild trick Revision Changes Path 1.5 +9 -0 modperl-docs/src/user/install/install.pod Index: install.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/user/install/install.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- install.pod 2001/11/12 02:44:41 1.4 +++ install.pod 2001/11/21 04:39:15 1.5 @@ -8,6 +8,15 @@ =head1 Installing from Source +=head3 Re-using Build Options + +Since mod_perl remembers what build options were used to build it, you +can use this knowledge to rebuild it using the same options. Simply +chdir to the mod_perl source directory and run: + + % cd modperl-2.0 + % perl -MApache::Build -erebuild + =head1 Installing from Binary Packages =head1 Maintainers
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]