Commit 302e0798 authored by Greg Stein's avatar Greg Stein
Browse files

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
parent 641ec58a
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
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: