This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cannot run apache with mod_php4


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]