Hi Fred,

See below error we are getting on executing make test. To fix this I tried 
setting "export LD_LIBARAY_PATH=/usr/apache02/httpd_2.2.20/lib" but faced same 
issue. Also,  belowI passed the README file of mod_perl 2.0.7 stating that this 
is compatible with Apache httpd 2.2.22 but we are using Apache httpd 2.2.20. 
Please advice.

===============================================================================================
cd "src/modules/perl" && make
/usr/local/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/local/bin/perl /home/soni498/mod_perl-2.0.5/t/TEST 
-clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= 
APACHE_TEST_APXS= \
/usr/local/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -bugreport -verbose=0 
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/local/bin/perl /home/soni498/mod_perl-2.0.5/t/TEST 
-bugreport -verbose=0
ld.so.1: httpd: fatal: libaprutil-1.so.0: open failed: No such file or directory
Killed
ld.so.1: httpd: fatal: libaprutil-1.so.0: open failed: No such file or directory
Killed
ld.so.1: httpd: fatal: libaprutil-1.so.0: open failed: No such file or directory
Killed
[  error] You are using mod_perl response handlers 
[  error] but do not have a mod_perl capable Apache.
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
*** Error code 1
make: Fatal error: Command failed for target `run_tests'
==============================================================================================


[soni498@sz1061:NODB mod_perl-2.0.7]$ cat README | pg
This is mod_perl version 2.0

*** Prerequisites ***

Apache:
  Dynamic mod_perl (DSO):    Apache 2.0.47 - 2.2.22.
  Static mod_perl:           Apache 2.0.51 - 2.2.22.

  Newer Apache versions may work with this version of mod_perl.  If
  not, the svn version likely will, which can be obtained from:
  
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution

Perl: 
  Dynamic mod_perl (DSO):

    + prefork mpm:
      - Perl version 5.6.1 or higher

    + non-prefork mpm:
      - Perl with    ithreads support version 5.8.0 or higher

  Static mod_perl:

    + prefork mpm:
      - Perl with    ithreads support version 5.6.1 or higher
      - Perl without ithreads support version 5.8.2 or higher

    + non-prefork mpm:
      - Perl with    ithreads support version 5.8.0 or higher

*** Status ***

mod_perl is currently considered stable.

Thanks & Regards,
-----------------------------------------------------
Jitendra Soni

-----Original Message-----
From: Fred Moyer [mailto:f...@redhotpenguin.com] 
Sent: Monday, January 21, 2013 3:31 AM
To: Soni, Jitendra
Cc: modperl@perl.apache.org
Subject: Re: mod_perl resulting Apache failure

Can you post your failing tests? I'd give it a shot with 2.2.20 to see if it 
works.

On Sun, Jan 20, 2013 at 6:38 AM,  <jitendra.s...@accenture.com> wrote:
> Hi Fred,
>
> Thanks for the response.
>
> I tried 2.0.7 also but faced the same issue - Segmentation fault while 
> restarting Apache. But when I read the README document of mod_perl 2.0.7 its 
> stating that this version is not compatible with Apache httpd 2.2.20. Also, I 
> tried make test for mod_perl for both 2.0.7 and 2.0.5 but with non-root user 
> but its also failing.
>
> Please suggest.
>
> Thanks & Regards,
> Jitendra Soni
>
>
> ________________________________________
> From: Fred Moyer [f...@redhotpenguin.com]
> Sent: Sunday, January 20, 2013 10:22 AM
> To: Soni, Jitendra
> Cc: modperl@perl.apache.org
> Subject: Re: mod_perl resulting Apache failure
>
> Have you tried 2.0.7?
>
> http://perl.apache.org/download/index.html
>
> On Sat, Jan 19, 2013 at 7:15 AM,  <jitendra.s...@accenture.com> wrote:
>> Hi Team,
>>
>> I am installing Apache Mobile Filter on solaris 5.10 but after 
>> installing mod_perl, Apache restart is failing. Below are steps executed by 
>> me:
>>
>> (1) Solaris 5.10 Sparx 64
>> (2) Installed perl 5.14.2
>> (3) Installed mod_perl 2.0.5
>> (4) Included mod_perl module in Apache httpd.conf ( iam using apache 
>> 2.2.20).
>> (5) Restarted Apache - FAILED - by error - Segmentation Fault (Core Dumped).
>>
>> Can someone let me know did I missed anything during installation or 
>> what can I do to fix this issue and make this work for me.
>>
>> Thanks in advance. I will greatly appreciate if you guys can help in 
>> fixing the issue as this is very critical for our project.
>>
>> Regards,
>> Jitendra
>>
>> ________________________________
>> This message is for the designated recipient only and may contain 
>> privileged, proprietary, or otherwise private information. If you 
>> have received it in error, please notify the sender immediately and 
>> delete the original. Any other use of the e-mail by you is prohibited.
>>
>> Where allowed by local law, electronic communications with Accenture 
>> and its affiliates, including e-mail and instant messaging (including 
>> content), may be scanned by our systems for the purposes of 
>> information security and assessment of internal compliance with Accenture 
>> policy.
>>
>> _____________________________________________________________________
>> _________________
>>
>> www.accenture.com
>
>
> This message is for the designated recipient only and may contain privileged, 
> proprietary, or otherwise private information. If you have received it in 
> error, please notify the sender immediately and delete the original. Any 
> other use of the e-mail by you is prohibited.
>
> Where allowed by local law, electronic communications with Accenture and its 
> affiliates, including e-mail and instant messaging (including content), may 
> be scanned by our systems for the purposes of information security and 
> assessment of internal compliance with Accenture policy.
>
> ______________________________________________________________________
> ________________
>
> www.accenture.com
>


Reply via email to