Re: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-09 Thread SubbaReddy M

Sorry,
my intention is to express the problem area.
so that, expect the exact solution.

Please, if you have solution, kindly respond or put on known one.

I am eagrly, waiting for solution.

Thank you,

-SubbaReddy
- Original Message -
From: Mohit Agarwal [EMAIL PROTECTED]
To: SubbaReddy M [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, November 09, 2001 12:21 AM
Subject: Re: Proble by Build mod_perl as a DSO outside the Apache Source
Tree via APXS


 On Fri, 9 Nov 2001, SubbaReddy M wrote:

  Hello Gurus,
  please help me to get update for mod_perl.

 [...]

 PLEASE -don't- post any HTML mails on the list.

 We are humans here, not browsers.



---BeginMessage---

Hello Gurus,
please help me to get update for mod_perl.

I have good run apache 1.3, which has got by default on Installing the Linux
6.2 (Redhat)
Now I install perl 5.6.1 and

To  extend an already installed Apache with mod_perl
I followed the steps in
http://perl.apache.org/guide/install.html#Build_mod_perl_as_a_DSO_outside_

But, unable to access the apache httpd from browser (
http://192.168.1.235/ ).

i.e.,

Build mod_perl as a DSO outside the Apache Source Tree via APXS
This will build the DSO libperl.so outside the Apache source tree with the
new Apache 1.3 support tool apxs and install it into the existing Apache
hierarchy.

When I checked log file of the httpd, seems something ERROR

[root@qclinux /root]#  tail /etc/log/httpd/error_log

 Apache/1.3.12 (Unix)  (Red Hat/Linux) PHP/3.0.15 mod_perl/1.26
configured -- resuming normal operations
 configured -- resuming normal operations
Size magic not implemented.

When I tried from browser not any page and checked log file

[root@qclinux /root]# tail /var/log/httpd/error_log
[Fri Nov  9 07:16:44 2001] [notice] child pid 856 exit signal Segmentation
fault (11)
[Fri Nov  9 07:16:44 2001] [notice] child pid 855 exit signal Segmentation
fault (11)
[Fri Nov  9 07:16:45 2001] [notice] child pid 860 exit signal Segmentation
fault (11)
[Fri Nov  9 07:16:45 2001] [notice] child pid 859 exit signal Segmentation
fault (11)


Please, kindly give me suggestion to get on work mod_perl with existing
Apache.
because, it has some many loaded module. I am facing so many problem to get
work with new apache + mod_perl.

So I want to continue with existing Apache and new mod_perl environment.

Thanks in advance.

-SubbaReddy M

---End Message---


Re: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-09 Thread Stas Bekman


 When I tried from browser not any page and checked log file
 
 [root@qclinux /root]# tail /var/log/httpd/error_log
 [Fri Nov  9 07:16:44 2001] [notice] child pid 856 exit signal Segmentation
 fault (11)
 [Fri Nov  9 07:16:44 2001] [notice] child pid 855 exit signal Segmentation
 fault (11)
 [Fri Nov  9 07:16:45 2001] [notice] child pid 860 exit signal Segmentation
 fault (11)
 [Fri Nov  9 07:16:45 2001] [notice] child pid 859 exit signal Segmentation
 fault (11)
 
 
 Please, kindly give me suggestion to get on work mod_perl with existing
 Apache.
 because, it has some many loaded module. I am facing so many problem to get
 work with new apache + mod_perl.

Since you have a segfault, we cannot help you until you send us the 
backtrace. See the SUPPORT file in your source distro which explains how 
to do that.

_
Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/




Re: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-09 Thread Stas Bekman

SubbaReddy M wrote:

 How can I get backtrace info to send you?


If you want to solve your problem at least read the replies thoroughly 
and you will be all set. Here it is again. And DO NOT reply to me, but 
to the list.


Since you have a segfault, we cannot help you until you send us the
backtrace. See the SUPPORT file in your source distro which explains how
to do that.


_
Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/




Re: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-09 Thread SubbaReddy M

Oh, thank you very much hamptone,
I am really waitinting for replies.

This is type encouragement is require for new bies.

thank you and let you know the progress.

-SubbaReddy

But,
- Original Message -
From: hamptone [EMAIL PROTECTED]
To: SubbaReddy M [EMAIL PROTECTED]
Sent: Friday, November 09, 2001 3:03 AM
Subject: Re: Proble by Build mod_perl as a DSO outside the Apache Source
Tree via APXS


 Try my tips for doing this at:
 www.hamptonandassociates.net/apache_tips.htm

 Good luck.


 - Original Message -
 From: SubbaReddy M [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, November 09, 2001 4:02 PM
 Subject: Proble by Build mod_perl as a DSO outside the Apache Source Tree
 via APXS


  Hello Gurus,
  please help me to get update for mod_perl.
 
  I have good run apache 1.3, which has got by default on Installing the
 Linux
  6.2 (Redhat)
  Now I install perl 5.6.1 and
 
  To  extend an already installed Apache with mod_perl
  I followed the steps in
 
http://perl.apache.org/guide/install.html#Build_mod_perl_as_a_DSO_outside_
 
  But, unable to access the apache httpd from browser (
  http://192.168.1.235/ ).
 
  i.e.,
 
  Build mod_perl as a DSO outside the Apache Source Tree via APXS
  This will build the DSO libperl.so outside the Apache source tree with
the
  new Apache 1.3 support tool apxs and install it into the existing Apache
  hierarchy.
 
  When I checked log file of the httpd, seems something ERROR
 
  [root@qclinux /root]#  tail /etc/log/httpd/error_log
 
   Apache/1.3.12 (Unix)  (Red Hat/Linux) PHP/3.0.15 mod_perl/1.26
  configured -- resuming normal operations
   configured -- resuming normal operations
  Size magic not implemented.
 
  When I tried from browser not any page and checked log file
 
  [root@qclinux /root]# tail /var/log/httpd/error_log
  [Fri Nov  9 07:16:44 2001] [notice] child pid 856 exit signal
Segmentation
  fault (11)
  [Fri Nov  9 07:16:44 2001] [notice] child pid 855 exit signal
Segmentation
  fault (11)
  [Fri Nov  9 07:16:45 2001] [notice] child pid 860 exit signal
Segmentation
  fault (11)
  [Fri Nov  9 07:16:45 2001] [notice] child pid 859 exit signal
Segmentation
  fault (11)
 
 
  Please, kindly give me suggestion to get on work mod_perl with existing
  Apache.
  because, it has some many loaded module. I am facing so many problem to
 get
  work with new apache + mod_perl.
 
  So I want to continue with existing Apache and new mod_perl environment.
 
  Thanks in advance.
 
  -SubbaReddy M