Hello all! I am trying to get this one folder to use mod perl (it's some autocomplete scripts).
I installed mod_perl via ppm install http://theoryx5.uwinnipeg.ca I added this to my apache config: LoadModule perl_module modules/mod_perl.so LoadFile "C:/perl/bin/perl58.dll" <Location /_gic/autocomplete/perl> SetHandler perl-script PerlResponseHandler ModPerl::Registry Options +ExecCGI </Location> And then I am getting this error: [Thu Mar 05 16:57:13 2009] [error] [client 10.6.1.73] failed to resolve handler `ModPerl::Registry': Can't load 'C:/Perl/site/lib/auto/Apache2/ServerUtil/ServerUtil.dll' for module Apache2::ServerUtil: load_file:The specified procedure could not be found at C:/Perl/site/lib/XSLoader.pm line 70. at C:/Perl/site/lib/Apache2/XSLoader.pm line 31 Compilation failed in require at C:/Perl/site/lib/ModPerl/RegistryCooker.pm line 30. BEGIN failed--compilation aborted at C:/Perl/site/lib/ModPerl/RegistryCooker.pm line 30. Compilation failed in require at (eval 4) line 3. ...propagated at C:/Perl/lib/base.pm line 85. BEGIN failed--compilation aborted at C:/Perl/site/lib/ModPerl/Registry.pm line 26. Compilation failed in require at (eval 3) line 3. , referer: http://dev.chemicalinfo.com/_gic/main.plx (I added newlines for readability). All of the files referenced exist and the code seems right, but I am clearly doing something wrong here. Any tips? Thanks! -- fREW Schmidt http://blog.afoolishmanifesto.com