From 1465550ca15e9eb3b7d4fba2f6291be55be23151 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 29 Aug 2002 11:20:02 +0000 Subject: [PATCH] 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 --- docs/manual/dso.html.en | 2 +- docs/manual/dso.html.ja.jis | 2 +- docs/manual/dso.html.ko.euc-kr | 2 +- docs/manual/dso.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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
-- 2.47.3