Re: [Win32] nmake error compiling mod_perl.so

2002-11-24 Thread Randy Kobes
On Thu, 7 Nov 2002, jheckel wrote: > Hi > since two weeks I can no longer compile the mod_perl-2.0 package from > the snapshot server without errors. The last "good" compilation was > 10/27/2002:-( > > Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. [ .. ] > Access.obj : error LNK2001:

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Juergen Heckel
Randy Kobes wrote: Does W:\programme\Perl\site\lib\auto\Apache\RequestRec\RequestRec.dll exist? This problem may have arisen from an earlier, incomplete, install, or perhaps trying to install/uninstall mod_perl while the server was running. Maybe try making sure the server is stopped, then doing

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Randy Kobes
On Thu, 7 Nov 2002, jheckel wrote: > Hi > since two weeks I can no longer compile the mod_perl-2.0 package from > the snapshot server without errors. The last "good" compilation was > 10/27/2002:-( > > Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. > > My install commands: > perl Make

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Juergen Heckel
Randy Kobes wrote: Does W:\programme\Perl\site\lib\auto\Apache\RequestRec\RequestRec.dll exist? This problem may have arisen from an earlier, incomplete, install, or perhaps trying to install/uninstall mod_perl while the server was running. Maybe try making sure the server is stopped, then doing

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Randy Kobes
On Fri, 8 Nov 2002, jheckel wrote: > Randy Kobes wrote: > > > where this gets defined in general, but a temporary workaround > > for the above problem is to change in > > modperl-2.0/xs/Apache/Access/Apache__Access.h, about line 63, the > > call > >av_push(config, newSVpvf(..)); > > to > >

Re: [Win32] nmake error compiling mod_perl.so

2002-11-07 Thread jheckel
Randy Kobes wrote: where this gets defined in general, but a temporary workaround for the above problem is to change in modperl-2.0/xs/Apache/Access/Apache__Access.h, about line 63, the call av_push(config, newSVpvf(..)); to av_push(config, Perl_newSVpvf(..)); Hi, thank you for your worki

Re: [Win32] nmake error compiling mod_perl.so

2002-11-07 Thread Randy Kobes
On Thu, 7 Nov 2002, jheckel wrote: > Hi > since two weeks I can no longer compile the mod_perl-2.0 package from > the snapshot server without errors. The last "good" compilation was > 10/27/2002:-( > > Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. > > My install commands: > perl Make

[Win32] nmake error compiling mod_perl.so

2002-11-07 Thread jheckel
Hi since two weeks I can no longer compile the mod_perl-2.0 package from the snapshot server without errors. The last "good" compilation was 10/27/2002:-( Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. My install commands: perl Makefile.PL MP_AP_PREFIX=f:/apache2 nmake nmake install