On Tue, 11 Mar 2003, jerry_emmett wrote: > First, I tried to install Bundle::Apache::ASP through CPAN, didn't > work out very well, I guess you're not supposed to use that in win32? > > Or am I supposed to install gzip, lynx, wget and make in WinXP?
For installing things on Win32 using CPAN.pm, you'd need to just get nmake (for ActivePerl) - unpacking archives can be done with Compress::Zlib and Archive::Tar, and fetching files can be done with Net::FTP and/or LWP, all of which are included in the ActivePerl distribution. > Anw, I used ppm install apache-asp, through ActiveState Perl. That > seemed to work. Not sure what it did though. > > So, mod_perl2 seems to load in my Apache2 that now reads, > Apache/2.0.44 (Win32) mod_perl/1.99_09-dev Perl/v5.6.1 PHP/4.3.1 > Server That's good - it means the server started OK, and recognized that mod_perl was present. > But when I try the examples it just keeps loading and loading and > doing nothing. > > So since I don't know what is working and what is not working I could > really use some guidance here. Unfortunately, this problem may be a more general one that mod_perl 2 has when run with perl-5.6.1 (ActivePerl 6xx). perl-5.8.0 (ActivePerl 8xx) has better threading support under Win32 - is it possible to try that? I know that Apache::ASP under ActivePerl 8xx and mod_perl 2 works. -- best regards, randy kobes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]