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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bb5a701d1d8e034885bc86bcf82266bb698005d;p=thirdparty%2Fapache%2Fhttpd.git 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 ca166c2edcc..8784a5a77a5 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 39d5113fd95..a232f9943a2 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 aaacaca21b1..e0d5123f1c5 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 80893410d79..e109ecf8d53 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