in reply to still stuck...
in thread newbie mod_perl: @INC and Apache::Constants

Can't locate loadable object for module Apache::Constants in @INC

Did you follow the normal automated installation procedure (ie, using CPAN, PPM, or make install) to install Apache::Constants?

I normally see this error when the .pm files are being found, but the relevant .so libraries were not built or installed correctly.

Replies are listed 'Best First'.
Re: Re: still stuck...
by rkg (Hermit) on Jul 31, 2003 at 20:33 UTC
    Yes, I did. I've rebuilt both Apache and mod-perl since, and still getting the error. Stumped.
      Did you read the docs on this? It's also possible that you are either failing to actually install the mod_perl that built or have a problem with your LD_LIBRARY_PATH setting.