Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 7 Jul 2003 12:21:33 -0400 From: Jason Tishler To: cygwin AT cygwin DOT com Subject: Re: Apache mod_ssl fork problem Message-ID: <20030707162133.GE864@tishler.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <20030707111009 DOT GA864 AT tishler DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Andrew, On Mon, Jul 07, 2003 at 02:33:07PM +0100, andrew brian clegg wrote: > On Mon, 7 Jul 2003, Jason Tishler wrote: > > On Mon, Jul 07, 2003 at 11:11:13AM +0100, andrew brian clegg wrote: > > > Thanks, I'll try it tonight when I get home. Just out of curiosity > > > -- I rebased everything in /bin as well as /lib/apache, and > > > cygssl.dll is in /bin -- what does rebaseall do differently that > > > will make it work for cases where rebase didn't? > > > > See the rebase README: > > > > http://www.tishler.net/jason/software/rebase/rebase-2.2.README > > That doesn't really answer my question -- the point being that > cygssl.dll is in /bin and I rebased /bin/*.dll without getting any > warnings about dlls being in use. OK, I will try again... To quote from the above README: The rebaseall utility is a convenient way for users that suffer from the Cygwin rebase problem to rebase their entire system (i.e., ^^^^^^ all of their DLLs). ^^^^^^^^^^^^^^^^^ Additionally, we have the following (on one of my systems): $ zcat /etc/setup/*.gz | fgrep .dll | fgrep -v usr/bin | wc -l 342 Hence, just rebasing /bin/*.dll would miss some DLLs. In particular, the following Apache related ones: $ zcat /etc/setup/*.gz | fgrep .dll | fgrep apache /usr/lib/apache/libproxy.dll /usr/lib/apache/mod_access.dll ... /usr/lib/apache/new/libssl.dll Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/