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, 14 Oct 2002 08:13:47 -0400 From: Jason Tishler 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 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: <14228166641 DOT 20021013234613 AT raven DOT elk DOT ru> <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/