Re: undefined routines & mod_dbd

2007-01-30 Thread Philip M. Gollucci
Robert Landrum wrote: > I suspect that this may be because you're not actually running in > mod_perl. Aside from that, I don't see any methods actually defined in > Apache2::Module::loaded... not even a bootstrap. So it might need to > be loaded from something like Apache2. mod_dbd is not yet wr

RE: undefined routines & mod_dbd

2007-01-30 Thread Garnier, Jeremie
Sorry, i twas just an error in my httpd.conf. Can I access to mod_dbd function with the mod_perl? Thanks Jérémie -Message d'origine- De : Robert Landrum [mailto:[EMAIL PROTECTED] Envoyé : mardi 30 janvier 2007 17:46 À : Garnier, Jeremie Cc : Modperl@perl.apache.org Objet : Re: unde

Re: undefined routines & mod_dbd

2007-01-30 Thread Robert Landrum
Garnier, Jeremie wrote: use Apache2::Module (); # test if an Apache module is loaded if (Apache2::Module::loaded('mod_dbd.c')) { … } But it dones: Undefined subroutine &Apache2::Module::loaded call at… I suspect that this may be because you're not actually running in mod_perl.