Well what you said is true. I actuallay had perl 5.6.1 but I tried to use an
old httpd executable compiled with 5.6.0. Adding directories to @INC would
help me but each time before I would start httpd, I'd have to do that.
Instead I recompiled mod_perl/apache/ssl/php bundle. And that helped (for
sure)

Ufuk

----- Original Message -----
From: "Jesse Erlbaum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 29, 2002 4:24 PM
Subject: RE: @INC


> Hi Darren --
>
> > Can't you use the perl startup file to re-write the INC array?
> >
> > I thought I'd seen a post along those lines a while back.
>
>
> Sure you can.  I use PERL5LIB and an "unshift(@INC, ...)" all the time to
> push an extra path at server startup.
>
> However, that's just the tip of Ufuk's problem.  He is reporting that
> mod_perl is compiled with Perl 5.6.0, but he wants to have access to 5.6.1
> libraries.  There are pretty big differences between 5.6.0 and 5.6.1.  If
> all he wanted to do was access modules in another path that would be easy.
> I suspect that even if he got that working he would have a host of
> incompatibilities which would necessitate a recompile, anyway.
>
> TTYL,
>
> -Jesse-
>
>
> --
>
>   Jesse Erlbaum
>   The Erlbaum Group
>   [EMAIL PROTECTED]
>   Phone: 212-684-6161
>   Fax: 212-684-6226
>
>
>
>
>


Reply via email to