RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-28 Thread Steve Hay
Randy Kobes wrote: > On Thu, 23 Aug 2007, Steve Hay wrote: > >> The problem is solved when I manually embed the manifest file for >> mod_perl.so (right after "nmake", and before "nmake test" or "nmake >> install"). > > Does the attached diff work for you? I installed VC++ 8, > and it worked for m

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-25 Thread Randy Kobes
On Thu, 23 Aug 2007, Steve Hay wrote: The problem is solved when I manually embed the manifest file for mod_perl.so (right after "nmake", and before "nmake test" or "nmake install"). Does the attached diff work for you? I installed VC++ 8, and it worked for me in calling mt to embed the manife

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-23 Thread Steve Hay
Randy Kobes wrote: > On Thu, 23 Aug 2007, Steve Hay wrote: > >> Randy Kobes wrote: >>> On Wed, 22 Aug 2007, Randy Kobes wrote: >>> I think that's because apxs with mp2 doesn't itself generate the Makefile; it's mainly used to find paths, >>>^^ >>> Rather, that sh

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-23 Thread Randy Kobes
On Thu, 23 Aug 2007, Steve Hay wrote: Randy Kobes wrote: On Wed, 22 Aug 2007, Randy Kobes wrote: I think that's because apxs with mp2 doesn't itself generate the Makefile; it's mainly used to find paths, ^^ Rather, that should be that it doesn't get used in the Makefil

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-23 Thread Steve Hay
Randy Kobes wrote: > On Wed, 22 Aug 2007, Randy Kobes wrote: > >> I think that's because apxs with mp2 doesn't itself >> generate the Makefile; it's mainly used to find paths, >^^ > Rather, that should be that it doesn't get used in the > Makefile to compile the module, whi

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Randy Kobes
On Wed, 22 Aug 2007, Randy Kobes wrote: I think that's because apxs with mp2 doesn't itself generate the Makefile; it's mainly used to find paths, ^^ Rather, that should be that it doesn't get used in the Makefile to compile the module, which is where the manifest command

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Randy Kobes
On Wed, 22 Aug 2007, Steve Hay wrote: Steve Hay wrote: Randy Kobes wrote: On Wed, 22 Aug 2007, Steve Hay wrote: That went off without a hitch, but when I come to run "nmake test" I find that the server doesn't start up. It loads perl58.dll OK, but won't load mod_perl.so. [ ... ] I don't hav

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Randy Kobes
On Wed, 22 Aug 2007, Steve Hay wrote: Steve Hay wrote: Randy Kobes wrote: On Wed, 22 Aug 2007, Steve Hay wrote: I then thought that I'd try building the latest 2.2.x snapshot instead (httpd_20070822041638.tar.gz), just in case I've missed some other relevant changes for building with VC8. [..

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Steve Hay
Steve Hay wrote: > Randy Kobes wrote: >> On Wed, 22 Aug 2007, Steve Hay wrote: >>> That went off without a hitch, but when I come to run "nmake test" I >>> find that the server doesn't start up. It loads perl58.dll OK, but >>> won't load mod_perl.so. >> [ ... ] >> >> I don't have VC 8 yet, but I'm

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Steve Hay
Steve Hay wrote: > Randy Kobes wrote: >> On Wed, 22 Aug 2007, Steve Hay wrote: >>> I then thought that I'd try building the latest 2.2.x snapshot >>> instead (httpd_20070822041638.tar.gz), just in case I've missed some >>> other relevant changes for building with VC8. [...] >>> >>> Sure enough, ap

RE: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Steve Hay
Randy Kobes wrote: > On Wed, 22 Aug 2007, Steve Hay wrote: >> That went off without a hitch, but when I come to run "nmake test" I >> find that the server doesn't start up. It loads perl58.dll OK, but >> won't load mod_perl.so. > [ ... ] > > I don't have VC 8 yet, but I'm wondering if, at least, >

Re: Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Randy Kobes
On Wed, 22 Aug 2007, Steve Hay wrote: I'm trying to build mod_perl-2.0.3 on Win32 with VC8 but I can't get the server to start up with mod_perl loaded. It starts up fine without it. I've built perl-5.8.8 together with a series of patches that add support for building it with VC8. (perl-5.9.5 wo

Problems building mod_perl-2.0.3 on Win32 with VC8

2007-08-22 Thread Steve Hay
I'm trying to build mod_perl-2.0.3 on Win32 with VC8 but I can't get the server to start up with mod_perl loaded. It starts up fine without it. I've built perl-5.8.8 together with a series of patches that add support for building it with VC8. (perl-5.9.5 would work just as well since it already in