On Sat, 14 Jun 2003, Oskar wrote: > Hi, I have probs with installing mod_perl onto apache server. > PPM installed the mod_perl without probs so I added the > LoadModule perl_module "modules/mod_perl.so" directive into > http.conf. Now everytime apache is starting it does not start > and returns error message: Syntax error on line 992 of > c:/Program Files/Apache Group/Apache2/modules/mod_perl.so into > server: Module was not found. The file mod_perl.so is in > correct location. Spent hours searching web for solution but > only thing I've found is to add LoadFile > "C:/Perl/bin/perl56.dll" into http.conf before the LoadModule > perl_module "modules/mod_perl.so" directive but it does not > work neither. Can someone help me pls? I have xp professional, > ver. of Apache 2.0.46 and built of perl is 635. Oskar
As is described under http://perl.apache.org/docs/2.0/os/win32/, ActivePerl 6xx doesn't work well with mod_perl 2. If you're wanting to stick with 6xx, you'll have to get Apache/1.3 and mod_perl 1. If you want to use Apache/2.0 and mod_perl 2, you'll have to get ActivePerl 8xx (based on perl-5.8). -- best regards, randy kobes