Tom Phoenix am Mittwoch, 15. Februar 2006 01.59: > On 2/14/06, Hans Meier (John Doe) <[EMAIL PROTECTED]> wrote: > > I'm fine with that, but still don't understand how a path present in @INC > > is ignored. > > It sure looks like it's in @INC, from the message. (You may know that > PERL5LIB is sometimes ignored for security reasons, but it's not > ignored if it's in the message.)
Thanks a lot for your answer, Tom, very appreciated! I must admit that my example was oversimplified: I tried to include 3 paths. Any form (no, '-, "-quoting, space-, :- ;-separators) of PerlSetEnv in the httpd.conf was ignored,... > Could there be a hidden (control or > whitespace) character or something else in there? See whether you can > compare the @INC that works with the one that doesn't, because that > sounds like the culprit. Good luck! ...and the solution is export PERL5LIB=/opt/osf/lib:/opt/smf/lib:/opt/my_perl/lib (not, single or double quoted) in the environment. I think i missed the :-variant when I tried first. How stupid :-( Thanks again for driving me to the solution! Hans -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>