Re: [mp2] mod_perl resulting apache failure

2013-02-05 Thread Jie Gao
Looks like mixing of different installations. To ensure a clean separation of Solaris' installations from yours, compile perl, apache, mod_perl and other required packages, and install them in /usr/local. I'd use the "-L" and "-R" flags to lock the paths to /usr/local/lib and other local lib loca

Re: $r->requires() issue.

2013-02-05 Thread Torsten Förtsch
On 02/05/2013 05:38 PM, Hibbard, Timothy wrote: > Why does it say Apache2::RequestRec instead of Apache2::Access? This is to be expected. Many of the Apache2::* modules import methods to the Apache2::RequestRec namespace. Sorry for not being helpful with your actual problem. Perhaps you have a lo

RE: $r->requires() issue.

2013-02-05 Thread Hibbard, Timothy
Funny enough the Apache2::AuthCookie has that in the module: package Apache2::AuthCookie; use strict; use Carp; use CGI '3.12'; use mod_perl2 '1.9922'; use Apache::AuthCookie::Util; use Apache2::RequestRec; use Apache2::RequestUtil; use Apache2::Log; use Apache2::Access; use Apache2::Response;

Re: $r->requires() issue.

2013-02-05 Thread Torsten Förtsch
On 02/05/2013 05:27 PM, Hibbard, Timothy wrote: > Can someone clue me in to what libraries are needed for $r->requires(). $ perl -MModPerl::MethodLookup -e print_method requires To use method 'requires' add: use Apache2::Access (); Torsten

$r->requires() issue.

2013-02-05 Thread Hibbard, Timothy
Can someone clue me in to what libraries are needed for $r->requires(). I have set up a new VM box using Fedora 18 (64 bit) with Apache and ModPerl. I use Apache::AuthCookie to do my authentication. I have this working on 4 different other servers but on this VM box I am having issues. I get

Re: [mp2] mod_perl resulting apache failure

2013-02-05 Thread Torsten Förtsch
On 02/05/2013 03:37 PM, jitendra.s...@accenture.com wrote: > Also, can you please elaborate how 32bits arcitecture can create issue here. Did you read the thread I mentioned? In particular: http://www.gossamer-threads.com/lists/modperl/modperl/103551#103551 I just noticed that the link to the

RE: [mp2] mod_perl resulting apache failure

2013-02-05 Thread jitendra.soni
Hi Torsten, I ran make test and it failed with below errors. Also, can you please elaborate how 32bits arcitecture can create issue here. [soni498@sz1061:NODB mod_perl-2.0.7]$ make test cd "src/modules/perl" && make /usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean [warning] Skipping 'set unl

Re: [mp2] mod_perl resulting apache failure

2013-02-05 Thread Torsten Förtsch
On 02/05/2013 01:29 PM, jitendra.s...@accenture.com wrote: > 1. Problem Description: > > Apache start is failing after adding mod_perl module in httpd.conf. > I take it you ran "make test" and all tests passed? Then make sure you use the same perl/modperl/httpd combination. Make sure all the pat

[mp2] mod_perl resulting apache failure

2013-02-05 Thread jitendra.soni
-8<-- Start Bug Report 8<-- 1. Problem Description: Apache start is failing after adding mod_perl module in httpd.conf. 2. Used Components and their Configuration: *** mod_perl version 2.07 *** using /home/soni498/mod_perl-2.0.7/lib/Apache2/BuildConfi

RE: mod_perl resulting Apache failure

2013-02-05 Thread jitendra.soni
> Hi Team, > > Can you please help in fixing this issue, its critical for my project. Below > is the error Iam getting on "make test" of mod_perl 2.0.7. > > [soni498@sz1061:NODB mod_perl-2.0.7]$ make test cd "src/modules/perl" > && make /usr/local/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean

Re: mod_perl resulting Apache failure

2013-02-05 Thread Jie Gao
Nobody can hope to help you unless you provide all information required for bug reporting as describe in http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems . Regards, Jie * jitendra.s...@accenture.com wrote: > Date: Tue, 5 Feb 2013 09:44:11 + > From: jitendra.s...

RE: mod_perl resulting Apache failure

2013-02-05 Thread jitendra.soni
> Hi Team, > > Can you please help in fixing this issue, its critical for my project. Below > is the error Iam getting on "make test" of mod_perl 2.0.7. > > [soni498@sz1061:NODB mod_perl-2.0.7]$ make test cd "src/modules/perl" > && make /usr/local/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean

Re: mod_perl resulting Apache failure

2013-02-05 Thread Jie Gao
Hi Jitendra You may send a bug report per http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems . Regards, Jie Gao | Systems Administrator Information and Communications Technology THE UNIVERSITY OF SYDNEY 316 Abercrombie Street Building G17 | The University of Sydney | NSW

RE: mod_perl resulting Apache failure

2013-02-05 Thread jitendra.soni
Hi Gao, Can you please help in fixing this issue, its critical for my project. Below is the error Iam getting on make test of mod_perl 2.0.7. [soni498@sz1061:NODB mod_perl-2.0.7]$ make test cd "src/modules/perl" && make /usr/local/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean [warning] Skippin