From: Chris Lott <[EMAIL PROTECTED]>

> Been using and liking ActiveState perl. Used ppm install to install the
> latest mod_perl for Apache 1.3.20 (from . PPM ran fine, the module appeared
> where it was supposed to, but in the documentation for enabling it in the
> httpd.conf it refers to a "startup.pl" script which I don't have on my
> system? What do I do after that point to enable it?

I can only offer a guess, but I'm sure the experts will follow-up
if I'm wrong. I don't use ActiveState and mod_perl, but it looks like
this file is the startup script that will be run when a new Apache
child is born. It is used to preload modules and set up your environment
(eg, you can modify @INC there). You should find this setting in the
httpd.conf under

   Perlrequire    /path/startup.pl

If you don't need a startup script, you can safely comment this line
out, or you can write a short script yourself where you just 'use'
the modules you're going to need. The Guide knows more about that:
http://perl.apache.org/guide/install.html#Manual_Local_mod_perl_Enabled_Ap


> 2) ppm fails looking for the expat_win32.dll file that doesn't appear to
> exist in the download... 


I can't help you there, I'm having problems with Expat too ;-)


cheers,
stefan


Reply via email to