Nikolay Ananiev wrote:
"Stas Bekman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Nikolay Ananiev wrote:
On cygwin some dlls might happen to be with identical
base addresses and if you try to load both of them you'll
get an error and you'll have to use the rebase utility to fix
"Stas Bekman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nikolay Ananiev wrote:
> > On cygwin some dlls might happen to be with identical
> > base addresses and if you try to load both of them you'll
> > get an error and you'll have to use the rebase utility to fix them.
> > The
Nikolay Ananiev wrote:
On cygwin some dlls might happen to be with identical
base addresses and if you try to load both of them you'll
get an error and you'll have to use the rebase utility to fix them.
The following patch should prevent this.
Thanks Nikolay. Nick is our cygwin guy. (none of us
On cygwin some dlls might happen to be with identical
base addresses and if you try to load both of them you'll
get an error and you'll have to use the rebase utility to fix them.
The following patch should prevent this.
Index: lib/Apache2/Build.pm
=