From: Jeff Trawick Date: Thu, 29 Aug 2002 11:20:02 +0000 (+0000) Subject: fix the example apxs -i invocation to work with the Apache 2.0 build X-Git-Tag: AGB_BEFORE_AAA_CHANGES~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bb5a701d1d8e034885bc86bcf82266bb698005d;p=apache fix the example apxs -i invocation to work with the Apache 2.0 build mechanism PR: 12151 Submitted by: god@ogmc.ru Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96567 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index ca166c2edc..8784a5a77a 100644 --- a/docs/manual/dso.html.en +++ b/docs/manual/dso.html.en @@ -95,7 +95,7 @@ $ make install
$ cd /path/to/3rdparty
$ apxs -c mod_foo.c
-$ apxs -i -a -n foo mod_foo.so +$ apxs -i -a -n foo mod_foo.la
diff --git a/docs/manual/dso.html.ja.jis b/docs/manual/dso.html.ja.jis index 39d5113fd9..a232f9943a 100644 --- a/docs/manual/dso.html.ja.jis +++ b/docs/manual/dso.html.ja.jis @@ -153,7 +153,7 @@ $ make install
 $ cd /path/to/3rdparty
 $ apxs -c mod_foo.c
-$ apxs -i -a -n foo mod_foo.so
+$ apxs -i -a -n foo mod_foo.la
 
diff --git a/docs/manual/dso.html.ko.euc-kr b/docs/manual/dso.html.ko.euc-kr index aaacaca21b..e0d5123f1c 100644 --- a/docs/manual/dso.html.ko.euc-kr +++ b/docs/manual/dso.html.ko.euc-kr @@ -149,7 +149,7 @@ $ make install
 $ cd /path/to/3rdparty
 $ apxs -c mod_foo.c
-$ apxs -i -a -n foo mod_foo.so
+$ apxs -i -a -n foo mod_foo.la
 
diff --git a/docs/manual/dso.xml b/docs/manual/dso.xml index 80893410d7..e109ecf8d5 100644 --- a/docs/manual/dso.xml +++ b/docs/manual/dso.xml @@ -113,7 +113,7 @@ $ make install $ cd /path/to/3rdparty
$ apxs -c mod_foo.c
-$ apxs -i -a -n foo mod_foo.so +$ apxs -i -a -n foo mod_foo.la