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





with backtrace Fw: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-09 Thread SubbaReddy M

[root@qclinux mod_perl-1.26]# perl Makefile.PL PERL_DEBUG=1 EVERYTHING=1
DEBUG mode...
...adding `-g' to EXTRA_CFLAGS
...turning on PERL_TRACE
...setting PERL_DESTRUCT_LEVEL=2
Configure mod_perl with ../apache_1.3.22/src ? [y]
Shall I build httpd in ../apache_1.3.22/src for you? [y]
Appending mod_perl to src/Configuration
Using config file:
/soft/Apache-ASP-2.27/make_httpd/mod_perl-1.26/src/Configuration
Creating Makefile
 + configured for Linux platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
o perl_module uses ConfigStart/End
  + mod_perl build type: OBJ
  + setting up mod_perl build environment
  + id: mod_perl/1.26
  + id: Perl/v5.6.1 (linux) [perl]
  + adjusting Apache build environment
  + enabling Perl support for SSI (mod_include)
 + using system Expat
 + checking sizeof various data types
 + doing sanity check on compiler and options
Creating Makefile in support
Creating Makefile in regex
Creating Makefile in os/unix
Creating Makefile in ap
Creating Makefile in main
Creating Makefile in modules/standard
Creating Makefile in modules/perl
EXTRA_CFLAGS: -DLINUX=22 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/u
sr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_HSREGEX -D
NO_DL_NEEDED
PerlDispatchHandler.enabled
PerlChildInitHandlerenabled
PerlChildExitHandlerenabled
PerlPostReadRequestHandler..enabled
PerlTransHandlerenabled
PerlHeaderParserHandler.enabled
PerlAccessHandler...enabled
PerlTransHandlerenabled
PerlHeaderParserHandler.enabled
PerlAccessHandler...enabled
PerlAuthenHandler...enabled
PerlAuthzHandlerenabled
PerlTypeHandler.enabled
PerlFixupHandlerenabled
PerlHandler.enabled
PerlLogHandler..enabled
PerlInitHandler.enabled
PerlCleanupHandler..enabled
PerlRestartHandler..enabled
PerlStackedHandlers.enabled
PerlMethodHandlers..enabled
PerlDirectiveHandlers...enabled
PerlTableApienabled
PerlLogApi..enabled
PerlUriApi..enabled
PerlUtilApi.enabled
PerlFileApi.enabled
PerlConnectionApi...enabled
PerlServerApi...enabled
PerlSectionsenabled
PerlSSI.enabled
Will run tests as User: 'nobody' Group: 'root'
Checking CGI.pm VERSION..ok
Checking for LWP::UserAgent..ok
Checking for HTML::HeadParserok
Writing Makefile for Apache
Writing Makefile for Apache::Connection
Writing Makefile for Apache::Constants
Writing Makefile for Apache::File
Writing Makefile for Apache::Leak
Writing Makefile for Apache::Log
Writing Makefile for Apache::ModuleConfig
Writing Makefile for Apache::PerlRunXS
Writing Makefile for Apache::Server
Writing Makefile for Apache::Symbol
Writing Makefile for Apache::Table
Writing Makefile for Apache::URI
Writing Makefile for Apache::Util
Writing Makefile for mod_perl


Thanks inadvance

-SubbaReddy

- Original Message -
From: Stas Bekman [EMAIL PROTECTED]
To: SubbaReddy M [EMAIL PROTECTED]; modperl list
[EMAIL PROTECTED]
Sent: Friday, November 09, 2001 2:02 AM
Subject: Re: Proble by Build mod_perl as a DSO outside the Apache Source
Tree via APXS


 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/





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

2001-11-08 Thread SubbaReddy M




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 operationsconfigured -- resuming normal operationsSize 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


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

2001-11-08 Thread SubbaReddy M

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