in reply to Re^2: Questions about mod_perl modules and dependencies.
in thread Questions about mod_perl modules and dependencies.

Each perl binary will have its own @INC and IIRC the mod_perl that you build using that perl binary inherits the @INC from it. However, the @INC which any particular mod_perl installation starts with can always be modified in the configuration afterwards so it is not the be all and end all to get it right first time.


🦛

  • Comment on Re^3: Questions about mod_perl modules and dependencies.

Replies are listed 'Best First'.
Re^4: Questions about mod_perl modules and dependencies.
by feumw (Sexton) on Apr 05, 2022 at 05:40 UTC
    Thank you sir.