delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/11/15/15:23:54

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
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: Fri, 15 Nov 2002 15:29:17 -0500
From: Jason Tishler <jason AT tishler DOT net>
Subject: Re: 3rd time lucky? Apache startup woes
In-reply-to: <200211151540.07633.gary.stainburn@ringways.co.uk>
To: Gary Stainburn <gary DOT stainburn AT ringways DOT co DOT uk>
Cc: cygwin AT cygwin DOT com
Mail-followup-to: Gary Stainburn <gary DOT stainburn AT ringways DOT co DOT uk>,
cygwin AT cygwin DOT com
Message-id: <20021115202917.GE1368@tishler.net>
MIME-version: 1.0
User-Agent: Mutt/1.4i
References: <200211141623 DOT 21525 DOT gary DOT stainburn AT ringways DOT co DOT uk>
<200211151232 DOT 49804 DOT gary DOT stainburn AT ringways DOT co DOT uk>
<20021115140149 DOT GA1680 AT tishler DOT net>
<200211151540 DOT 07633 DOT gary DOT stainburn AT ringways DOT co DOT uk>

Gary,

On Fri, Nov 15, 2002 at 03:40:07PM +0000, Gary Stainburn wrote:
> All I got out was one error line per DLL stating that it was being
> skipped because it was not rebasable.

Are you running on Me?  If so, then you can't use my rebase (don't blame
me, blame Microsoft).  Use Ralf's version instead:

    http://www.cygwin.com/ml/cygwin/2002-08/msg00703.html

Ultimately, I will integrate Ralf's rebase functionality into mine.

The following is how I recommend rebasing your entire system (i.e., all
DLLs installed by setup.exe except for cygwin1.dll):

    $ # stop all Cygwin processes except for bash
    $ zegrep -h 'dll$' /etc/setup/*.gz | grep -v 'cygwin1.*.dll' |
        xargs -n 1 cygpath -wa >rebase.lst
    $ rebase -d -b 0x68000000 -o 0x10000 $(<rebase.lst)
    $ rm rebase.lst

Note that you can append DLLs installed by other means to rebase.lst
before calling rebase, if necessary.

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
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019