in reply to Problem with Apache2, htaccess and PERL5LIB.

Problem is not to specify PERL5LIB. If I print %ENV I see that PERL5LIB is defined correctly. But mod_perl doesn't read that variable if it's specified only in the .htaccess.
I don't understand why!
Maybe there is a some flag in the mod_perl configuration?
I use RedHat 9, Apache 2.0.40, mod_perl 1.99_07-dev, Perl 5.8.0.

~ Schiller

Replies are listed 'Best First'.
Is taint on?
by PodMaster (Abbot) on Apr 26, 2004 at 08:36 UTC
    If taint is on, PERLLIB/PERL5LIB won't be honored (and rightly so), and taint is likely on.

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.

      +++++++++++++++++++++++++++
      Thanks a lot, PodMaster!

      ~ Schiller