delorie.com/archives/browse.cgi | search |
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: | Mon, 14 Oct 2002 08:13:47 -0400 |
From: | Jason Tishler <jason AT tishler DOT net> |
Subject: | Re: cannot run apache with mod_php4 |
In-reply-to: | <17064433320.20021014095039@raven.elk.ru> |
To: | cygwin AT cygwin DOT com |
Mail-followup-to: | cygwin AT cygwin DOT com |
Message-id: | <20021014121347.GA504@tishler.net> |
MIME-version: | 1.0 |
User-Agent: | Mutt/1.4i |
References: | <14228166641 DOT 20021013234613 AT raven DOT elk DOT ru> |
<OE618AcgQUgQL20Nd1n00000f22 AT hotmail DOT com> | |
<17064433320 DOT 20021014095039 AT raven DOT elk DOT ru> |
Dmitry, On Mon, Oct 14, 2002 at 09:50:39AM +0600, Dmitry Suhodoev wrote: > > Ive checked the list and it seems that your problem is in your > > dll's. This problem can (hopefully) be fixed by rebasing. Although > > this is *should* work, it is an entirely experimental phase and > > could muff them up completely... > > shell> cd /tmp > > shell> wget http://www.tishler.net/jason/software/rebase/rebase.exe > > shell> rebase -d -b 0x68000000 -o 0x10000 /lib/apache/*.dll > > i has rebased my dlls by your program, and it also doesn't work, You need to rebase all DLLs that are loaded into your executable's address space. In your case you will need to do someting like the following: $ rebase -d -b 0x68000000 -o 0x10000 /bin/*.dll /lib/apache/*.dll ^^^^^^^^^^ BTW, this issue was discussed on the list in the last 24 hours: http://cygwin.com/ml/cygwin/2002-10/msg00608.html Jason -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |