Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 83105 invoked by uid 500); 25 Jul 2001 21:48:53 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 83078 invoked from network); 25 Jul 2001 21:48:52 -0000 Date: Wed, 25 Jul 2001 14:48:29 -0700 From: Justin Erenkrantz To: Brian Pane Cc: dev@apr.apache.org Subject: Re: missing apr_pool_child_cleanup_set when using SMS? Message-ID: <20010725144829.M18499@ebuilt.com> References: <3B5F01FF.8000302@pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B5F01FF.8000302@pacbell.net>; from bpane@pacbell.net on Wed, Jul 25, 2001 at 10:29:35AM -0700 X-AntiVirus: scanned for viruses by AMaViS 0.2.1-pre3 (http://amavis.org/) X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Wed, Jul 25, 2001 at 10:29:35AM -0700, Brian Pane wrote: > Lately the httpd won't build when configured with > --enable-sms, because of unresolvable references to > apr_pool_child_cleanup_set in file_io/unix/open.c. > Is there supposed to be an implementation of this > function in the sms-pools code, or am I missing > something? Yeah, it is missing. I have some stuff in my local tree that maybe fixes it. I may commit later. Probably not today though. -- justin