Apache doesn't run anymore with 1.3.14

Ralf Habacker Ralf.Habacker@freenet.de
Tue Oct 29 01:11:00 GMT 2002


> So there is a PHP version for cygwin
> does it work ?
>
99%, only phpinfo() hangs reproducable while printing a specific module info.

> How do you install it ?
>
1. See /usr/doc/Cygwin/php-4.2.0-1.README after you have installed mod_php4 for
installing.

2. If you encounter rebasing problems, try

	rebase -b 0x50000000 <dll>
	rebase -b 0x51000000 <another dll>
	rebase -b 0x52000000 <another dll>

If this not work, try another base address like

	rebase -b 0x45000000 <dll>
	rebase -b 0x46000000 <another dll>

and so one

The absolute base address isn't the most important thing, the only thing which
is important to find a base address which isn't used by one of the applications
loaded dll's.

Regards
Ralf


--
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/



More information about the Cygwin mailing list