AW: InstallProblem mod_perl125 on Win2000 and Apache1.3.20

2001-06-21 Thread Michael Heinen

Thanks Randy for your patch (it works).

perl Makefile.PL APACHE_SRC=C:\Apache INSTALL_DLL=C:\
Apache\modules
Checking if your kit is complete...
Looks good
Writing Makefile for Apache
Writing Makefile for Apache::Connection
Writing Makefile for Apache::Constants
Writing Makefile for Apache::File
Writing Makefile for Apache::Leak
Writing Makefile for Apache::Log
Writing Makefile for Apache::ModuleConfig
Writing Makefile for Apache::PerlRunXS
Writing Makefile for Apache::Server
Writing Makefile for Apache::Symbol
Writing Makefile for Apache::Table
Writing Makefile for Apache::URI
Writing Makefile for Apache::Util
Writing Makefile for mod_perl

But now I have a new problem with nmake.
Here is the translatet error message:

makefile(861) : fatal error U1087: dependent elements of type : and of type
::
are not possible for the same target.

What can I do now ?

Many thanks again,
Michael

-Ursprungliche Nachricht-
Von: Randy Kobes [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 21. Juni 2001 06:59
An: Michael Heinen
Betreff: Re: InstallProblem mod_perl125 on Win2000 and Apache1.3.20


On Wed, 20 Jun 2001, Michael Heinen wrote:

> Hi,
>Actually, upon reflection, the situation you've
> described above should have been handled by Makefile.PL - I've
> submitted a patch that should fix this, and attached it to this
> message if you want to try it out (this is against the cvs modperl
> version). Thanks for pointing this out.

> best regards,
> randy kobes



InstallProblem mod_perl125 on Win2000 and Apache1.3.20

2001-06-20 Thread Michael Heinen

Hy

I have a problem to install mod_perl1.25 for Apache 1.3.20 on Win2000.

ActivePerl-5.6.1.626 I have installed on my system and Apache is running in
C:\Apache.

mod_perl-1.25.tar.gz is extracted to C:\temp\perl.


Now I try to generate the makefile with following line.
   perl Makefile.PL APACHE_SRC=C:\Apache\src INSTALL_DLL=C:\Apache\modules

This results in the following error message:
  Cannot find ApacheCore.lib under C:/Apache/src/Release

This directory does not exist on my system.
The file ApacheCore.lib is in the directory C:/Apache/libexec.

So what can I do now ?
Michael