From 1621c73b3959f9af944a177db50d77a0077e1d08 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sat, 23 Dec 2000 02:11:10 +0000 Subject: [PATCH] and some background for why --disable-shared was added and what needs to be done to get it back out of there. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87516 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/STATUS b/STATUS index 76016a9c2b..78541ef5ba 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2000/12/22 23:42:02 $] +Last modified at [$Date: 2000/12/23 02:11:10 $] Release: @@ -64,7 +64,16 @@ RELEASE SHOWSTOPPERS: * remove the --disable-shared from the subdir config of APR(UTIL) before the final release. (in fact, it might even be nice to - allow for Apache config/build against an already-installed APR(UTIL)) + allow for Apache config/build against an already-installed + APR(UTIL)) + Note: we need to do a "make install" for APR(UTIL) so the shared + libraries can be installed properly. We could also use that + point to install include files (rather than have Apache + know everything that needs to be installed from the + sub-packages). The original impetus for doing the + disable-shared was because the shared lib wasn't getting + installed and a "make clean" in aprutil would make Apache + fail to load. RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: -- 2.50.1