Re: Mod_Perl on Win2k Install Problems

2002-07-02 Thread Nigel Peck
I think I've sorted it, the problem seems to have been as follows. I needed the latest Service Pack for Visual Studio 6. and The compiler doesn't seem to like having include directories on a different partition, it was using a relative path to try and find perl56.lib but it was on a different p

Re: Mod_Perl on Win2k Install Problems

2002-07-02 Thread Nigel Peck
The error I get when trying to use the makefile APACHE_SRC= INSTALL_DLL= method is don't know how to make ap_config_auto.h, the file isn't anywhere on my system. >>> "Nigel Peck" <[EMAIL PROTECTED]> 07/02/02 04:29pm >>> I am having a lot of trouble getting Mod_Perl 1.27 up and running on Win 2k

Re: Mod_Perl on Win2k Install Problems

2002-07-02 Thread Randy Kobes
On Tue, 2 Jul 2002, Nigel Peck wrote: > I am having a lot of trouble getting Mod_Perl 1.27 up and running on Win > 2k with Apache 1.3.26 and ActiveState Perl 5.6.1 Build 631. > > I am trying to compile by following the instructions in install.win32 > (to the letter) using Visual C++ 6 as instruct

Mod_Perl on Win2k Install Problems

2002-07-02 Thread Nigel Peck
I am having a lot of trouble getting Mod_Perl 1.27 up and running on Win 2k with Apache 1.3.26 and ActiveState Perl 5.6.1 Build 631. I am trying to compile by following the instructions in install.win32 (to the letter) using Visual C++ 6 as instructed. The makefile.pl runs fine and so does the nm