Ian Holsman wrote:
In article <[EMAIL PROTECTED]>, Stas Bekman <[EMAIL PROTECTED]> wrote:


Apache::Request: -
CGI            : 3.04
LWP            : 5.75
mod_perl       : 1.26, 1.9910, 1.9911

How come that you have 1.9910 and 1.9911 installed? Did you install once with MP_INST_APACHE2=1 and once without? But then you also have 1.26 under the same tree.


5.6.1 is the version of perl which comes shipped with OS/X, and OS/X comes shipped with mod-perl & apache 1.3.x

Yes, the above report is generated by searching @INC. And according to your report it's:


    /sw/lib/perl5
    /sw/lib/perl5
    /System/Library/Perl/5.8.1/darwin-thread-multi-2level
    /System/Library/Perl/5.8.1
    /Library/Perl/5.8.1/darwin-thread-multi-2level
    /Library/Perl/5.8.1
    /Library/Perl
    /Network/Library/Perl/5.8.1/darwin-thread-multi-2level
    /Network/Library/Perl/5.8.1
    /Network/Library/Perl

So are there any 5.6.1 things in it? /sw/lib/perl5? 5.6.1 and 5.8.1 are not binary compatible. If not, how is it possible that it finds mod_perl in the 5.6.1 tree?


I'm guessing I forced a install or didn't clean up after myself properly
(I hardly use that perl.. I like to get waste my time fixing other peoples bugs in OS's, & server code (probably why I got involved in apache2 many moons ago)

It probably doesn't affect the build since it puts the build libs first in @INC. But it can definitely mess up your installed version if you have more than one mp2 installed.


I've added the hostname in /etc/hosts so that it resolves to itself, and am using perl 5.8.3 (which just built & tested ok with this 2.1.0-dev without the hostname change thing)

Try checking out the version before 20040217 as I've suggested.


same problem.
gotta laugh tho.. the 'unsupported' version is more stable than the supported one for me.

I'd compare the build options of the two:


httpd -V

ps.. I'm 95% sure that it is a problem with my setup somehow, so If no one else has the problem it's probably safe to ignore it.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to