|
|||||||||||
|
DO NOT REPLY [Bug 12151] New: - Very misleading typo in the docs on 3rd-party DSO compilation.
From: <bugzilla(at)apache.org>
Date: Thu Aug 29 2002 - 05:40:37 EDT
Very misleading typo in the docs on 3rd-party DSO compilation.
Summary: Very misleading typo in the docs on 3rd-party DSO
compilation.
Product: Apache httpd-2.0
Version: HEAD
Platform: All
URL:
http://httpd.apache.org/docs-2.0/dso.html
OS/Version: All
Status: UNCONFIRMED
Severity: Minor
Priority: Other
Component: Documentation
AssignedTo: bugs@httpd.apache.org
ReportedBy: god@ogmc.ru
An example of third-party DSO module installation in the documentation page found at http://httpd.apache.org/docs-2.0/dso.html lists the following command as the one needed to install a compiled DSO module:
$ apxs -i -a -n foo mod_foo.so
I believe it should be:
$ apxs -i -a -n foo mod_foo.la
Cost me an hour of my work type. Argh! To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Thu Aug 29 09:39:56 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:50 EDT |
||||||||||
|
|||||||||||