Can't locate object method new via package Apache::Request

2003-08-25 Thread K Old
 shutdown
!!! error running tests (please examine t/logs/error_log)
make: *** [run_tests] Error 1

/results from make test

results from t/logs/error_log
[Sun Aug 24 21:21:59 2003] [info] Created shared memory segment #4489230
[Sun Aug 24 21:21:59 2003] [info] allocated semaphore #3244050
[Sun Aug 24 21:22:00 2003] [info] Created shared memory segment #4587534
[Sun Aug 24 21:22:00 2003] [info] allocated semaphore #3309586
[Sun Aug 24 21:22:00 2003] [info] created shared memory segment #4653072
/results from t/logs/error_log

I then did a make install, but of course the module was broken.

I then set my httpd.conf like:
PerlSetVar MasonCompRoot/home/oldcomm
PerlSetVar MasonDataDir /usr/local/mason/oldcomm
LocationMatch (\.html|\.txt|\.pl)$
  SetHandler perl-script
  PerlHandler HTML::Mason::ApacheHandler
/LocationMatch
LocationMatch (\.m(html|txt|pl)|dhandler|autohandler)$
  SetHandler perl-script
  PerlHandler Apache::Constants::NOT_FOUND
/LocationMatch

Apache starts just fine, but when I try to access a page, I get: 

Can't locate object method new via package Apache::Request (perhaps
you forgot to load Apache::Request?) at
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Apache/Request.pm line 22.


So, I adjust my httpd.conf configuration and try to explicitly load
Apache::Request by putting PerlModule Apache::Request above the
MasonCompRoot in the httpd.conf config above and Apache does not start
and this is in the error_log:

Can't load
'/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Apache/Request/Request.so' for module 
Apache::Request: libapreq.so: cannot open shared object file: No such file or 
directory at /usr/lib/perl5/5.6.1/i386-linux/DynaLoader.pm line 206.
  at /usr/lib/perl5/site_perl/5.6.1/i386-linux/mod_perl.pm line 14


I am desperate for help.  Can anyone give me a direction to go in other
than
Reinstall Perl, Apache, mod_perl?  Also, I apologize for
cross-posting, but
this issue is related to both lists.

Thanks for any help!
Kevin

-- 
K Old [EMAIL PROTECTED]



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



RE: Can't locate object method new via package Apache::Request

2003-08-25 Thread S.B.S
I ran into the same problem. What I had to do was compile libapreq as a
shared library first. That solved things nicely.

HTH.

Regards,
S. G.



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Re: [Mason] Can't locate object method new via package Apache::Request

2003-08-25 Thread Randy Kobes
On Sun, 24 Aug 2003, K Old wrote:

 Hello everyone,

 I've put HTML::Mason on a few servers now and have had problems with
 Apache::Request and Apache::Test on two of them.  My most recent is
 having the problem and I'm about to go crazy if I don't figure out why
 installs keep having problems.

 Here's my setup:  RH 7.2, Apache 1.3.27, mod_perl 1.26, Perl 5.6.1 - all
 installed from RPM's.

 I did a install HTML::Mason from the CPAN command line and all the
 dependencies were downloaded and some didn't compile.  The two that
 didn't are Apache::Test-1.03 and libapreq-1.2.
[ .. ]
Regarding the failure of the tests in these two packages,
what happens if you unpack, build, and test these as
a non-root user, only becoming root to install them?
There's some subtelties running the tests as root.

-- 
best regards,
randy kobes


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



RE: Can't locate object method new via package Apache::Request

2003-08-25 Thread K Old
Ok, in the libapreq module I did the configure 

./configure --with-apache-includes=/usr/includes/apache
make
make install

Everything compiled just fine.

Then did
perl Makefile.PL  make  make test  make install

All of the tests still failed and the t/logs/error_log still reported:

[Sun Aug 24 23:01:32 2003] [info] Created shared memory segment #5275663
[Sun Aug 24 23:01:32 2003] [info] allocated semaphore #3768340
[Sun Aug 24 23:01:33 2003] [info] Created shared memory segment #5373967
[Sun Aug 24 23:01:33 2003] [info] allocated semaphore #3833876
[Sun Aug 24 23:01:33 2003] [info] created shared memory segment #5439505

Any advice how I proceed from here?

Thanks
Kevin


On Sun, 2003-08-24 at 22:49, S.B.S wrote:
 I ran into the same problem. What I had to do was compile libapreq as a
 shared library first. That solved things nicely.
 
 HTH.
 
 Regards,
 S. G.
-- 
K Old [EMAIL PROTECTED]



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Re: [Mason] Can't locate object method new via package Apache::Request

2003-08-25 Thread Randy Kobes
On Mon, 25 Aug 2003, K Old wrote:

 On Mon, 2003-08-25 at 00:18, Randy Kobes wrote:
  On Sun, 24 Aug 2003, K Old wrote:
[ ... ]
   I did a install HTML::Mason from the CPAN command
   line and all the dependencies were downloaded and some
   didn't compile.  The two that didn't are
   Apache::Test-1.03 and libapreq-1.2.
  [ .. ]
  Regarding the failure of the tests in these two packages,
  what happens if you unpack, build, and test these as
  a non-root user, only becoming root to install them?
  There's some subtelties running the tests as root.

 Randy,

 Ok, yes, this worked...to a point!  I pulled down fresh
 copies of the modules from CPAN, unpacked, build and
 tested with another user.  All tests were successful with
 Apache::Test with the normal user, but I had to go to root
 for the tests for libapreq1.2 as my webserver needed the
 root user to start FrontPage services.

Is it possible to disable FrontPage just to see if the
libapreq tests are OK when run as another user?

 Doing the make test for
 libapreq-1.2 all test fail and I get this in the t/logs/error_log:

 [Mon Aug 25 08:49:12 2003] [error] Can't load
 '/home/admin/libapreq-1.2/blib/arch/auto/Apache/Cookie/Cookie.so' for
 module Apache::Cookie: libapreq.so.1: cannot open shared object file: No
 such file or directory at /usr/lib/perl5/5.6.1/i386-linux/DynaLoader.pm
 line 206.
[ ... ]
 I've tried to install DynaLoader.pm from CPAN, but it says it's up to
 date.

That error message means that libapreq.so, which is required by
Apache::Cookie, couldn't be loaded. Do you have a
libapreq.so under /home/admin/libapreq-1.2/blib/? And if so,
does it have the permissions set so that the user under
which the web server is running as can load it?

-- 
best regards,
randy


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



RE: Can't locate object method new via package Apache::Request (via Mason)...SOLVED

2002-11-12 Thread DeAngelo Lampkin
It's hard to generalize because in some cases the shared object file may actually not 
be installed.  However, there should probably be something in the documentation that 
tells the user to make sure that the LD_LIBRARY_PATH variable and/or the 
/etc/ld.so.conf file include the usual default installation paths for required 
packages.

-DeAngelo

-Original Message-
From: Perrin Harkins [mailto:perrin;elem.com]
Sent: Friday, November 08, 2002 1:10 PM
To: DeAngelo Lampkin
Cc: mod_perl Mailing List
Subject: Re: Can't locate object method new via package
Apache::Request (via Mason)...SOLVED


DeAngelo Lampkin wrote:

 And of course the other reason is that if the solution to the problem 
 was so obvious from the error message, somebody would have posted a 
 solution before I figured it out (with help from you guys).


There is documentation related to this problem in the troubleshooting 
section, and if you'd like to generalize it a little so it will be 
easier for others to find when looking at this type of message, your 
help would be welcome.  The current documentation is here:
http://perl.apache.org/docs/1.0/guide/troubleshooting.html#install_driver_Oracle__failed__Can_t_load__DBD_Oracle_Oracle_so__for_module_DBD__Oracle

- Perrin




RE: Can't locate object method new via package Apache::Request (via Mason)...SOLVED

2002-11-08 Thread DeAngelo Lampkin
Huh?
It tells you EXACTLY what is wrong.


No, not really. 

One reason is that it's not immediately clear (to me) which file can't be loaded.  Is 
it Request.so or libapreq.so.1 that can't be loaded?  This ambiguity is further 
blurred when you know both files are installed.  

And of course the other reason is that if the solution to the problem was so obvious 
from the error message, somebody would have posted a solution before I figured it out 
(with help from you guys).

Searching the  mailing list archives indicates that method name resolution is not 
exacly a new problem with mod_perl.  Just ask this guy = 
http://lists.fsck.com/pipermail/rt-users/2002-September.txt.  It's the exact same 
problem with the exact same error message, only in different clothing (he's having 
trouble with the Apache::Cookie object rather than the Apache::Request object). 

In the interest of full disclosure, other possible solutions include resetting 
/etc/ld.so.conf or the LD_LIBRARY_PATH variable to include more places to look for 
shared object files (only recently figured this out).  But again, unless you're 
somewhat experienced or have encountered this class of bug before, this won't 
necessarily be the obvious place to look at first.

Anyway enough of my babbling.  Now that the answer is out there, hopefully it'll help 
out the poor souls who run into this issue in the future.

Later,

DeAngelo




-Original Message-
From: Ged Haywood [mailto:ged;www2.jubileegroup.co.uk]
Sent: Thursday, November 07, 2002 10:01 PM
To: DeAngelo Lampkin
Cc: mod_perl Mailing List
Subject: RE: Can't locate object method new via package
Apache::Request (via Mason)...SOLVED


Hi there,

On Thu, 7 Nov 2002, DeAngelo Lampkin wrote:

 A file called libapreq.so.1 was located in /usr/local/lib
 (should have been in /usr/lib) [snip] I ended up getting this thing:
 
 Syntax error on line 362 of /usr/local/apache/conf/httpd.conf:
 Can't load 
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Apache/Request/Request.so'\
  for module Apache::Request: libapreq.so.1: cannot open shared object file:\
  No such file or directory [snip]
 
 This isn't the most helpful error message in the world.

Huh?

It tells you EXACTLY what is wrong.

73,
Ged.




RE: Can't locate object method new via package Apache::Request (via Mason)...SOLVED

2002-11-08 Thread DeAngelo Lampkin
Cool.  Will do.

-Original Message-
From: Tim Tompkins [mailto:timt;arttoday.com]
Sent: Thursday, November 07, 2002 12:27 PM
To: DeAngelo Lampkin; [EMAIL PROTECTED]
Subject: Re: Can't locate object method new via package
Apache::Request (via Mason)...SOLVED


 As a quick follow-up, the PerlModule Apache::Request line is NOT
 needed in the httpd.conf file for Mason to work.  However, it was a very
 valuable debugging tool.

That wasn't really the purpose, though.  The purpose was to pre-load the
module in the parent apache process for efficiency.  My suggestion did come
about because it appeared that Apache::Request wasn't being loaded at all.
I'm not exacly sure how that happened as Mason's ApacheRequest attempts to
require() Apache::Request a couple of places.  But just the same, my
suggestion to pre-load Apache::Request, as well as any other lib you
normally use, stands.

See:
http://perl.apache.org/docs/1.0/guide/performance.html#Preloading_Perl_Modul
es_at_Server_Startup


Regards,

Tim Tompkins
--
Programmer
http://www.clipart.com/
http://www.rebelartist.com/
--




Re: Can't locate object method new via package Apache::Request(via Mason)...SOLVED

2002-11-08 Thread Perrin Harkins
DeAngelo Lampkin wrote:


And of course the other reason is that if the solution to the problem 
was so obvious from the error message, somebody would have posted a 
solution before I figured it out (with help from you guys).


There is documentation related to this problem in the troubleshooting 
section, and if you'd like to generalize it a little so it will be 
easier for others to find when looking at this type of message, your 
help would be welcome.  The current documentation is here:
http://perl.apache.org/docs/1.0/guide/troubleshooting.html#install_driver_Oracle__failed__Can_t_load__DBD_Oracle_Oracle_so__for_module_DBD__Oracle

- Perrin



RE: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Gareth Kirwan
You need to set Mason up better - probably.

I'm an avid Mason user, and I've seen this a fair few times.
If you want help, you're most likely to get it on the
[EMAIL PROTECTED] list.
However if you want to tell me the version of mason you're using it might
help.

You could use a mason-handler.pl with Mason 1.12 ( or 1.15) and the new
Lexer / Compiller components.

There should be a require statement in your httpd.conf.
This gives you better control over data structures, variable scopes, and an
opportunity to handle persistent database connections better in the handler.

Check out the information on http://www.masonhq.com

Hope this helps.

Gareth

-Original Message-
From: DeAngelo Lampkin [mailto:dlampkin;xencor.com]
Sent: 06 November 2002 23:25
To: [EMAIL PROTECTED]
Subject: Can't locate object method new via package Apache::Request
(via Mason)...


Hey guys,

You may remember me from such messages as I can't get mod_perl to compile
on Irix64 systems!.  Well now I've got a whole new problem that I need your
expertise on.

I'm running Apache 1.3x and mod_perl 1.2x on a Linux system.  However,
whenever I go to a page that should be handled by Mason (a perl templating
system), I get the following error message:

[Wed Nov  6 11:56:20 2002] [error] Can't locate object method new via
package Apache::Request at
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 878.


My guess is that this (at some level)involves a configuration error of some
kind.  I added the following lines to my httpd.conf file per the
instructions on Mason's website:

---
PerlModule HTML::Mason::ApacheHandler
FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch
-

So I'm not sure what's going on here.   I looked through Apache/Request.pm
and found no new method and I didn't find one inside of Apache.pm either
(from which the Request module inherets).  However, I'm assuming this is all
correct and some magical ultra-Perl-guru AUTOLOAD-like functionality is
going on somewhere.


Does anyone have any ideas about what may be causing this?


Thanks,
DeAngelo






RE: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread DeAngelo Lampkin
Hi Gareth,

I'm using the latest version of Mason, Mason 1.15.  As I posted in my previous email, 
I put the following lines into my httpd.conf file per the instructions on Mason's 
website:

PerlModule HTML::Mason::ApacheHandler
FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch

The reason this wasn't posted on a Mason mailing list is that this didn't seem like a 
Mason problem per se and the Mason mailing list page specifically mentioned the Apache 
Request object (at least in part the source of my problem)as being something that is 
not directly Mason related( http://lists.sourceforge.net/lists/listinfo/mason-users ). 
 So I took the advice of the list moderator and posted on the mod_perl list instead.

Thanks!

DeAngelo

-Original Message-
From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com]
Sent: Thursday, November 07, 2002 1:44 AM
To: DeAngelo Lampkin; [EMAIL PROTECTED]
Subject: RE: Can't locate object method new via package
Apache::Request (via Mason)...


You need to set Mason up better - probably.

I'm an avid Mason user, and I've seen this a fair few times.
If you want help, you're most likely to get it on the
[EMAIL PROTECTED] list.
However if you want to tell me the version of mason you're using it might
help.

You could use a mason-handler.pl with Mason 1.12 ( or 1.15) and the new
Lexer / Compiller components.

There should be a require statement in your httpd.conf.
This gives you better control over data structures, variable scopes, and an
opportunity to handle persistent database connections better in the handler.

Check out the information on http://www.masonhq.com

Hope this helps.

Gareth

-Original Message-
From: DeAngelo Lampkin [mailto:dlampkin;xencor.com]
Sent: 06 November 2002 23:25
To: [EMAIL PROTECTED]
Subject: Can't locate object method new via package Apache::Request
(via Mason)...


Hey guys,

You may remember me from such messages as I can't get mod_perl to compile
on Irix64 systems!.  Well now I've got a whole new problem that I need your
expertise on.

I'm running Apache 1.3x and mod_perl 1.2x on a Linux system.  However,
whenever I go to a page that should be handled by Mason (a perl templating
system), I get the following error message:

[Wed Nov  6 11:56:20 2002] [error] Can't locate object method new via
package Apache::Request at
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 878.


My guess is that this (at some level)involves a configuration error of some
kind.  I added the following lines to my httpd.conf file per the
instructions on Mason's website:

---
PerlModule HTML::Mason::ApacheHandler
FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch
-

So I'm not sure what's going on here.   I looked through Apache/Request.pm
and found no new method and I didn't find one inside of Apache.pm either
(from which the Request module inherets).  However, I'm assuming this is all
correct and some magical ultra-Perl-guru AUTOLOAD-like functionality is
going on somewhere.


Does anyone have any ideas about what may be causing this?


Thanks,
DeAngelo






RE: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Gareth Kirwan
What version of perl ?

Post 1.12 Mason has problems with perl 5.6.0 I believe ( or maybe .1 as
well )

You're quite right about the problem not necessarily being a mason one.
However as a mason user - you're likely to get help there all the same on
things that are border line mason ( the new Request object is created IN
ApacheHanler.pm )

Try this:

Change your httpd.conf to use a mason-handler.
Create a mason-handler.pl in either your @INC or your apache root.
I put mine in the later ( /etc/httpd/ on my system ).
Make sure the ownership / permissions of the mason-handler allow execution
( chmod +x if you must )

httpd.conf
-
PerlRequire mason-handler.pl

Directory /var/virtual/www.mason-site.com
FilesMatch \.(html|js|css)$
SetHandler perl-script
PerlHandler HTML::Mason
/FilesMatch
/Directory


mason-handler.pl
-

package HTML::Mason;
use HTML::Mason;
use HTML::Mason::ApacheHandler();
use strict;

my $ah = new HTML::Mason::ApacheHandler (
comp_root='/var/virtual/www.mason-site.com/'
data_dir='/var/virtual/HTML-Mason/data'
);

chown ( 99, 99, $ah-interp-files_written );
{
package HTML::Mason::Commands;
use HTML::Entities;
use vars qw($global1 $global2 $global3);
$_escape = sub { my $text = join '', @_;
HTML::Mason::Escapes::basic_html_escape(\$text); return $text }
}
1;

sub handler
{
my ($r) = @_;
return -1 if $r-content_type  $r-content_type =~ m|^image/|i;
$ah-handle_request($r);
}
==

That's akin to what we use.
Obviously change the /var/virtual to whatever you use as your root - and
HTML-Mason is just where I wanted to keep our data for cache and stuff.
The $globals are just examples.

Once you've done this - let me know if you still get the same problem.

Remember to keep copies of all files you change.
I'd advice RCS/CVS ( i use the former ) for things like httpd.conf if you
want to keep it tidy.

Regards

Gareth
-Original Message-
From: DeAngelo Lampkin [mailto:dlampkin;xencor.com]
Sent: 07 November 2002 17:54
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Can't locate object method new via package
Apache::Request (via Mason)...


Hi Gareth,

I'm using the latest version of Mason, Mason 1.15.  As I posted in my
previous email, I put the following lines into my httpd.conf file per the
instructions on Mason's website:

PerlModule HTML::Mason::ApacheHandler
FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch

The reason this wasn't posted on a Mason mailing list is that this didn't
seem like a Mason problem per se and the Mason mailing list page
specifically mentioned the Apache Request object (at least in part the
source of my problem)as being something that is not directly Mason
related( http://lists.sourceforge.net/lists/listinfo/mason-users ).  So I
took the advice of the list moderator and posted on the mod_perl list
instead.

Thanks!

DeAngelo

-Original Message-
From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com]
Sent: Thursday, November 07, 2002 1:44 AM
To: DeAngelo Lampkin; [EMAIL PROTECTED]
Subject: RE: Can't locate object method new via package
Apache::Request (via Mason)...


You need to set Mason up better - probably.

I'm an avid Mason user, and I've seen this a fair few times.
If you want help, you're most likely to get it on the
[EMAIL PROTECTED] list.
However if you want to tell me the version of mason you're using it might
help.

You could use a mason-handler.pl with Mason 1.12 ( or 1.15) and the new
Lexer / Compiller components.

There should be a require statement in your httpd.conf.
This gives you better control over data structures, variable scopes, and an
opportunity to handle persistent database connections better in the handler.

Check out the information on http://www.masonhq.com

Hope this helps.

Gareth

-Original Message-
From: DeAngelo Lampkin [mailto:dlampkin;xencor.com]
Sent: 06 November 2002 23:25
To: [EMAIL PROTECTED]
Subject: Can't locate object method new via package Apache::Request
(via Mason)...


Hey guys,

You may remember me from such messages as I can't get mod_perl to compile
on Irix64 systems!.  Well now I've got a whole new problem that I need your
expertise on.

I'm running Apache 1.3x and mod_perl 1.2x on a Linux system.  However,
whenever I go to a page that should be handled by Mason (a perl templating
system), I get the following error message:

[Wed Nov  6 11:56:20 2002] [error] Can't locate object method new via
package Apache::Request at
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 878.


My guess

Re: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Tim Tompkins
Is Apache::Request installed for perl 5.8.0?  Sounds like it's not loaded,
anyway.


Regards,

Tim Tompkins
--
Programmer
http://www.clipart.com/
http://www.rebelartist.com/
--
- Original Message -
From: DeAngelo Lampkin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 07, 2002 10:54 AM
Subject: RE: Can't locate object method new via package Apache::Request
(via Mason)...


Hi Gareth,

I'm using the latest version of Mason, Mason 1.15.  As I posted in my
previous email, I put the following lines into my httpd.conf file per the
instructions on Mason's website:

PerlModule HTML::Mason::ApacheHandler
FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch

The reason this wasn't posted on a Mason mailing list is that this didn't
seem like a Mason problem per se and the Mason mailing list page
specifically mentioned the Apache Request object (at least in part the
source of my problem)as being something that is not directly Mason
related( http://lists.sourceforge.net/lists/listinfo/mason-users ).  So I
took the advice of the list moderator and posted on the mod_perl list
instead.

Thanks!

DeAngelo

-Original Message-
From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com]
Sent: Thursday, November 07, 2002 1:44 AM
To: DeAngelo Lampkin; [EMAIL PROTECTED]
Subject: RE: Can't locate object method new via package
Apache::Request (via Mason)...


You need to set Mason up better - probably.

I'm an avid Mason user, and I've seen this a fair few times.
If you want help, you're most likely to get it on the
[EMAIL PROTECTED] list.
However if you want to tell me the version of mason you're using it might
help.

You could use a mason-handler.pl with Mason 1.12 ( or 1.15) and the new
Lexer / Compiller components.

There should be a require statement in your httpd.conf.
This gives you better control over data structures, variable scopes, and an
opportunity to handle persistent database connections better in the handler.

Check out the information on http://www.masonhq.com

Hope this helps.

Gareth

-Original Message-
From: DeAngelo Lampkin [mailto:dlampkin;xencor.com]
Sent: 06 November 2002 23:25
To: [EMAIL PROTECTED]
Subject: Can't locate object method new via package Apache::Request
(via Mason)...


Hey guys,

You may remember me from such messages as I can't get mod_perl to compile
on Irix64 systems!.  Well now I've got a whole new problem that I need your
expertise on.

I'm running Apache 1.3x and mod_perl 1.2x on a Linux system.  However,
whenever I go to a page that should be handled by Mason (a perl templating
system), I get the following error message:

[Wed Nov  6 11:56:20 2002] [error] Can't locate object method new via
package Apache::Request at
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 878.


My guess is that this (at some level)involves a configuration error of some
kind.  I added the following lines to my httpd.conf file per the
instructions on Mason's website:

---
PerlModule HTML::Mason::ApacheHandler
FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch
-

So I'm not sure what's going on here.   I looked through Apache/Request.pm
and found no new method and I didn't find one inside of Apache.pm either
(from which the Request module inherets).  However, I'm assuming this is all
correct and some magical ultra-Perl-guru AUTOLOAD-like functionality is
going on somewhere.


Does anyone have any ideas about what may be causing this?


Thanks,
DeAngelo






Re: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Tim Tompkins
You should pre-load Apache::Request anyway,

PerlModule Apache::Request
PerlModule HTML::Mason::ApacheHandler

FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch


Regards,

Tim Tompkins
--
Programmer
http://www.clipart.com/
http://www.rebelartist.com/
--
- Original Message -
From: Tim Tompkins [EMAIL PROTECTED]
To: DeAngelo Lampkin [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 07, 2002 11:08 AM
Subject: Re: Can't locate object method new via package Apache::Request
(via Mason)...


 Is Apache::Request installed for perl 5.8.0?  Sounds like it's not loaded,
 anyway.


 Regards,

 Tim Tompkins
 --
 Programmer
 http://www.clipart.com/
 http://www.rebelartist.com/
 --
 - Original Message -
 From: DeAngelo Lampkin [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, November 07, 2002 10:54 AM
 Subject: RE: Can't locate object method new via package
Apache::Request
 (via Mason)...


 Hi Gareth,

 I'm using the latest version of Mason, Mason 1.15.  As I posted in my
 previous email, I put the following lines into my httpd.conf file per the
 instructions on Mason's website:

 PerlModule HTML::Mason::ApacheHandler
 FilesMatch \.msn$
 SetHandler perl-script
 PerlHandler HTML::Mason::ApacheHandler
 /FilesMatch

 The reason this wasn't posted on a Mason mailing list is that this didn't
 seem like a Mason problem per se and the Mason mailing list page
 specifically mentioned the Apache Request object (at least in part the
 source of my problem)as being something that is not directly Mason
 related( http://lists.sourceforge.net/lists/listinfo/mason-users ).  So I
 took the advice of the list moderator and posted on the mod_perl list
 instead.

 Thanks!

 DeAngelo

 -Original Message-
 From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com]
 Sent: Thursday, November 07, 2002 1:44 AM
 To: DeAngelo Lampkin; [EMAIL PROTECTED]
 Subject: RE: Can't locate object method new via package
 Apache::Request (via Mason)...


 You need to set Mason up better - probably.

 I'm an avid Mason user, and I've seen this a fair few times.
 If you want help, you're most likely to get it on the
 [EMAIL PROTECTED] list.
 However if you want to tell me the version of mason you're using it might
 help.

 You could use a mason-handler.pl with Mason 1.12 ( or 1.15) and the new
 Lexer / Compiller components.

 There should be a require statement in your httpd.conf.
 This gives you better control over data structures, variable scopes, and
an
 opportunity to handle persistent database connections better in the
handler.

 Check out the information on http://www.masonhq.com

 Hope this helps.

 Gareth

 -Original Message-
 From: DeAngelo Lampkin [mailto:dlampkin;xencor.com]
 Sent: 06 November 2002 23:25
 To: [EMAIL PROTECTED]
 Subject: Can't locate object method new via package Apache::Request
 (via Mason)...


 Hey guys,

 You may remember me from such messages as I can't get mod_perl to compile
 on Irix64 systems!.  Well now I've got a whole new problem that I need
your
 expertise on.

 I'm running Apache 1.3x and mod_perl 1.2x on a Linux system.  However,
 whenever I go to a page that should be handled by Mason (a perl templating
 system), I get the following error message:
 
 [Wed Nov  6 11:56:20 2002] [error] Can't locate object method new via
 package Apache::Request at
 /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 878.
 

 My guess is that this (at some level)involves a configuration error of
some
 kind.  I added the following lines to my httpd.conf file per the
 instructions on Mason's website:

 ---
 PerlModule HTML::Mason::ApacheHandler
 FilesMatch \.msn$
 SetHandler perl-script
 PerlHandler HTML::Mason::ApacheHandler
 /FilesMatch
 -

 So I'm not sure what's going on here.   I looked through Apache/Request.pm
 and found no new method and I didn't find one inside of Apache.pm either
 (from which the Request module inherets).  However, I'm assuming this is
all
 correct and some magical ultra-Perl-guru AUTOLOAD-like functionality is
 going on somewhere.


 Does anyone have any ideas about what may be causing this?


 Thanks,
 DeAngelo







RE: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Gareth Kirwan
Tim - Did you not get the 18:06 email of mine ?

It uses a handler instead.

So he wouldn't be using this method anyway - if he decided to follow my
suggestion.


By the way - i'm new to this list - :-)

Gareth

-Original Message-
From: Tim Tompkins [mailto:timt;arttoday.com]
Sent: 07 November 2002 18:16
To: DeAngelo Lampkin; [EMAIL PROTECTED]
Subject: Re: Can't locate object method new via package
Apache::Request (via Mason)...


You should pre-load Apache::Request anyway,

PerlModule Apache::Request
PerlModule HTML::Mason::ApacheHandler

FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch


Regards,

Tim Tompkins
--
Programmer
http://www.clipart.com/
http://www.rebelartist.com/
--
- Original Message -
From: Tim Tompkins [EMAIL PROTECTED]
To: DeAngelo Lampkin [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 07, 2002 11:08 AM
Subject: Re: Can't locate object method new via package Apache::Request
(via Mason)...


 Is Apache::Request installed for perl 5.8.0?  Sounds like it's not loaded,
 anyway.


 Regards,

 Tim Tompkins
 --
 Programmer
 http://www.clipart.com/
 http://www.rebelartist.com/
 --
 - Original Message -
 From: DeAngelo Lampkin [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, November 07, 2002 10:54 AM
 Subject: RE: Can't locate object method new via package
Apache::Request
 (via Mason)...


 Hi Gareth,

 I'm using the latest version of Mason, Mason 1.15.  As I posted in my
 previous email, I put the following lines into my httpd.conf file per the
 instructions on Mason's website:

 PerlModule HTML::Mason::ApacheHandler
 FilesMatch \.msn$
 SetHandler perl-script
 PerlHandler HTML::Mason::ApacheHandler
 /FilesMatch

 The reason this wasn't posted on a Mason mailing list is that this didn't
 seem like a Mason problem per se and the Mason mailing list page
 specifically mentioned the Apache Request object (at least in part the
 source of my problem)as being something that is not directly Mason
 related( http://lists.sourceforge.net/lists/listinfo/mason-users ).  So I
 took the advice of the list moderator and posted on the mod_perl list
 instead.

 Thanks!

 DeAngelo

 -Original Message-
 From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com]
 Sent: Thursday, November 07, 2002 1:44 AM
 To: DeAngelo Lampkin; [EMAIL PROTECTED]
 Subject: RE: Can't locate object method new via package
 Apache::Request (via Mason)...


 You need to set Mason up better - probably.

 I'm an avid Mason user, and I've seen this a fair few times.
 If you want help, you're most likely to get it on the
 [EMAIL PROTECTED] list.
 However if you want to tell me the version of mason you're using it might
 help.

 You could use a mason-handler.pl with Mason 1.12 ( or 1.15) and the new
 Lexer / Compiller components.

 There should be a require statement in your httpd.conf.
 This gives you better control over data structures, variable scopes, and
an
 opportunity to handle persistent database connections better in the
handler.

 Check out the information on http://www.masonhq.com

 Hope this helps.

 Gareth

 -Original Message-
 From: DeAngelo Lampkin [mailto:dlampkin;xencor.com]
 Sent: 06 November 2002 23:25
 To: [EMAIL PROTECTED]
 Subject: Can't locate object method new via package Apache::Request
 (via Mason)...


 Hey guys,

 You may remember me from such messages as I can't get mod_perl to compile
 on Irix64 systems!.  Well now I've got a whole new problem that I need
your
 expertise on.

 I'm running Apache 1.3x and mod_perl 1.2x on a Linux system.  However,
 whenever I go to a page that should be handled by Mason (a perl templating
 system), I get the following error message:
 
 [Wed Nov  6 11:56:20 2002] [error] Can't locate object method new via
 package Apache::Request at
 /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 878.
 

 My guess is that this (at some level)involves a configuration error of
some
 kind.  I added the following lines to my httpd.conf file per the
 instructions on Mason's website:

 ---
 PerlModule HTML::Mason::ApacheHandler
 FilesMatch \.msn$
 SetHandler perl-script
 PerlHandler HTML::Mason::ApacheHandler
 /FilesMatch
 -

 So I'm not sure what's going on here.   I looked through Apache/Request.pm
 and found no new method and I didn't find one inside of Apache.pm either
 (from which the Request module inherets).  However, I'm assuming this is
all
 correct and some

Re: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-07 Thread Tim Tompkins
Sure I did.  I was just keeping my response to the context of his present
configuration according to the sample he sent.


Regards,

Tim Tompkins
--
Programmer
http://www.clipart.com/
http://www.rebelartist.com/
--
- Original Message -
From: Gareth Kirwan [EMAIL PROTECTED]
To: Tim Tompkins [EMAIL PROTECTED]; DeAngelo Lampkin
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 07, 2002 11:20 AM
Subject: RE: Can't locate object method new via package Apache::Request
(via Mason)...


 Tim - Did you not get the 18:06 email of mine ?

 It uses a handler instead.

 So he wouldn't be using this method anyway - if he decided to follow my
 suggestion.


 By the way - i'm new to this list - :-)

 Gareth





RE: Can't locate object method new via package Apache::Request (via Mason)...SOLVED

2002-11-07 Thread DeAngelo Lampkin
Thanks to Tim, Gareth, and Phillippe:

OK, I'll start with the solution to the problem and then drag on a bit for how I found 
it.

The problem was the location of a shared object file for the Apache Request object.  A 
file called libapreq.so.1 was located in /usr/local/lib (should have been in 
/usr/lib), which was ok for the test script that Phillippe gave me and the one-liner 
that Gareth gave me, but was apparently NOT ok for Mason in the context of mod_perl.  
I didn't figure this out until I tried Tim's suggestion of preloading the 
Apache::Request module inside of httpd.conf.  I ended up getting this thing:

Syntax error on line 362 of /usr/local/apache/conf/httpd.conf:
Can't load 
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Apache/Request/Request.so'
 for module Apache::Request: libapreq.so.1: cannot open shared object file: No such 
file or directory at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 
229.
 at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/mod_perl.pm line 14
Compilation failed in require at (eval 4) line 3.

This isn't the most helpful error message in the world.  However, I knew Request.so 
and libapreq.so.1 were installed, but I didn't know if they were in places that the 
server process expected them to be.  So did a search for all the shared object files 
and noticed libapreq.so.1 file was sitting all by itself in /usr/local/lib, while 
about a billion other shared object files were inside of /usr/lib.  I moved 
libapreq.so.1 to the place where all the other cool shared object files hung out, 
crossed my fingers, and booya! It worked.  Apprently something about the way I 
configured the installation for libapreq was not very Mason friendly.

Anyway, thanks again for the help.  

DeAngelo

-Original Message-
From: Tim Tompkins [mailto:timt;arttoday.com]
Sent: Thursday, November 07, 2002 10:16 AM
To: DeAngelo Lampkin; [EMAIL PROTECTED]
Subject: Re: Can't locate object method new via package
Apache::Request (via Mason)...


You should pre-load Apache::Request anyway,

PerlModule Apache::Request
PerlModule HTML::Mason::ApacheHandler

FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch


Regards,

Tim Tompkins
--
Programmer
http://www.clipart.com/
http://www.rebelartist.com/
--
- Original Message -
From: Tim Tompkins [EMAIL PROTECTED]
To: DeAngelo Lampkin [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 07, 2002 11:08 AM
Subject: Re: Can't locate object method new via package Apache::Request
(via Mason)...


 Is Apache::Request installed for perl 5.8.0?  Sounds like it's not loaded,
 anyway.


 Regards,

 Tim Tompkins
 --
 Programmer
 http://www.clipart.com/
 http://www.rebelartist.com/
 --
 - Original Message -
 From: DeAngelo Lampkin [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, November 07, 2002 10:54 AM
 Subject: RE: Can't locate object method new via package
Apache::Request
 (via Mason)...


 Hi Gareth,

 I'm using the latest version of Mason, Mason 1.15.  As I posted in my
 previous email, I put the following lines into my httpd.conf file per the
 instructions on Mason's website:

 PerlModule HTML::Mason::ApacheHandler
 FilesMatch \.msn$
 SetHandler perl-script
 PerlHandler HTML::Mason::ApacheHandler
 /FilesMatch

 The reason this wasn't posted on a Mason mailing list is that this didn't
 seem like a Mason problem per se and the Mason mailing list page
 specifically mentioned the Apache Request object (at least in part the
 source of my problem)as being something that is not directly Mason
 related( http://lists.sourceforge.net/lists/listinfo/mason-users ).  So I
 took the advice of the list moderator and posted on the mod_perl list
 instead.

 Thanks!

 DeAngelo

 -Original Message-
 From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com]
 Sent: Thursday, November 07, 2002 1:44 AM
 To: DeAngelo Lampkin; [EMAIL PROTECTED]
 Subject: RE: Can't locate object method new via package
 Apache::Request (via Mason)...


 You need to set Mason up better - probably.

 I'm an avid Mason user, and I've seen this a fair few times.
 If you want help, you're most likely to get it on the
 [EMAIL PROTECTED] list.
 However if you want to tell me the version of mason you're using it might
 help.

 You could use a mason-handler.pl with Mason 1.12 ( or 1.15) and the new
 Lexer / Compiller components.

 There should be a require statement in your httpd.conf.
 This gives you better control over data structures, variable scopes, and
an
 opportunity to handle persistent database connections better in the
handler.

 Check out the information on http://www.masonhq.com

 Hope this helps.

 Gareth

 -Original Message

RE: Can't locate object method new via package Apache::Request (via Mason)...SOLVED

2002-11-07 Thread DeAngelo Lampkin
As a quick follow-up, the PerlModule Apache::Request line is NOT needed in the 
httpd.conf file for Mason to work.  However, it was a very valuable debugging tool.

-Original Message-
From: DeAngelo Lampkin 
Sent: Thursday, November 07, 2002 11:21 AM
To: Tim Tompkins; [EMAIL PROTECTED]
Subject: RE: Can't locate object method new via package
Apache::Request (via Mason)...SOLVED


Thanks to Tim, Gareth, and Phillippe:

OK, I'll start with the solution to the problem and then drag on a bit for how I found 
it.

The problem was the location of a shared object file for the Apache Request object.  A 
file called libapreq.so.1 was located in /usr/local/lib (should have been in 
/usr/lib), which was ok for the test script that Phillippe gave me and the one-liner 
that Gareth gave me, but was apparently NOT ok for Mason in the context of mod_perl.  
I didn't figure this out until I tried Tim's suggestion of preloading the 
Apache::Request module inside of httpd.conf.  I ended up getting this thing:

Syntax error on line 362 of /usr/local/apache/conf/httpd.conf:
Can't load 
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Apache/Request/Request.so'
 for module Apache::Request: libapreq.so.1: cannot open shared object file: No such 
file or directory at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 
229.
 at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/mod_perl.pm line 14
Compilation failed in require at (eval 4) line 3.

This isn't the most helpful error message in the world.  However, I knew Request.so 
and libapreq.so.1 were installed, but I didn't know if they were in places that the 
server process expected them to be.  So did a search for all the shared object files 
and noticed libapreq.so.1 file was sitting all by itself in /usr/local/lib, while 
about a billion other shared object files were inside of /usr/lib.  I moved 
libapreq.so.1 to the place where all the other cool shared object files hung out, 
crossed my fingers, and booya! It worked.  Apprently something about the way I 
configured the installation for libapreq was not very Mason friendly.

Anyway, thanks again for the help.  

DeAngelo

-Original Message-
From: Tim Tompkins [mailto:timt;arttoday.com]
Sent: Thursday, November 07, 2002 10:16 AM
To: DeAngelo Lampkin; [EMAIL PROTECTED]
Subject: Re: Can't locate object method new via package
Apache::Request (via Mason)...


You should pre-load Apache::Request anyway,

PerlModule Apache::Request
PerlModule HTML::Mason::ApacheHandler

FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch


Regards,

Tim Tompkins
--
Programmer
http://www.clipart.com/
http://www.rebelartist.com/
--
- Original Message -
From: Tim Tompkins [EMAIL PROTECTED]
To: DeAngelo Lampkin [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 07, 2002 11:08 AM
Subject: Re: Can't locate object method new via package Apache::Request
(via Mason)...


 Is Apache::Request installed for perl 5.8.0?  Sounds like it's not loaded,
 anyway.


 Regards,

 Tim Tompkins
 --
 Programmer
 http://www.clipart.com/
 http://www.rebelartist.com/
 --
 - Original Message -
 From: DeAngelo Lampkin [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, November 07, 2002 10:54 AM
 Subject: RE: Can't locate object method new via package
Apache::Request
 (via Mason)...


 Hi Gareth,

 I'm using the latest version of Mason, Mason 1.15.  As I posted in my
 previous email, I put the following lines into my httpd.conf file per the
 instructions on Mason's website:

 PerlModule HTML::Mason::ApacheHandler
 FilesMatch \.msn$
 SetHandler perl-script
 PerlHandler HTML::Mason::ApacheHandler
 /FilesMatch

 The reason this wasn't posted on a Mason mailing list is that this didn't
 seem like a Mason problem per se and the Mason mailing list page
 specifically mentioned the Apache Request object (at least in part the
 source of my problem)as being something that is not directly Mason
 related( http://lists.sourceforge.net/lists/listinfo/mason-users ).  So I
 took the advice of the list moderator and posted on the mod_perl list
 instead.

 Thanks!

 DeAngelo

 -Original Message-
 From: Gareth Kirwan [mailto:gbjk;thermeoneurope.com]
 Sent: Thursday, November 07, 2002 1:44 AM
 To: DeAngelo Lampkin; [EMAIL PROTECTED]
 Subject: RE: Can't locate object method new via package
 Apache::Request (via Mason)...


 You need to set Mason up better - probably.

 I'm an avid Mason user, and I've seen this a fair few times.
 If you want help, you're most likely to get it on the
 [EMAIL PROTECTED] list.
 However if you want to tell me the version of mason you're using it might
 help.

 You could use a mason-handler.pl

Re: Can't locate object method new via package Apache::Request (via Mason)...SOLVED

2002-11-07 Thread Tim Tompkins
 As a quick follow-up, the PerlModule Apache::Request line is NOT
 needed in the httpd.conf file for Mason to work.  However, it was a very
 valuable debugging tool.

That wasn't really the purpose, though.  The purpose was to pre-load the
module in the parent apache process for efficiency.  My suggestion did come
about because it appeared that Apache::Request wasn't being loaded at all.
I'm not exacly sure how that happened as Mason's ApacheRequest attempts to
require() Apache::Request a couple of places.  But just the same, my
suggestion to pre-load Apache::Request, as well as any other lib you
normally use, stands.

See:
http://perl.apache.org/docs/1.0/guide/performance.html#Preloading_Perl_Modul
es_at_Server_Startup


Regards,

Tim Tompkins
--
Programmer
http://www.clipart.com/
http://www.rebelartist.com/
--




RE: Can't locate object method new via package Apache::Request(via Mason)...SOLVED

2002-11-07 Thread Ged Haywood
Hi there,

On Thu, 7 Nov 2002, DeAngelo Lampkin wrote:

 A file called libapreq.so.1 was located in /usr/local/lib
 (should have been in /usr/lib) [snip] I ended up getting this thing:
 
 Syntax error on line 362 of /usr/local/apache/conf/httpd.conf:
 Can't load 
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Apache/Request/Request.so'\
  for module Apache::Request: libapreq.so.1: cannot open shared object file:\
  No such file or directory [snip]
 
 This isn't the most helpful error message in the world.

Huh?

It tells you EXACTLY what is wrong.

73,
Ged.




Can't locate object method new via package Apache::Request (via Mason)...

2002-11-06 Thread DeAngelo Lampkin
Hey guys,

You may remember me from such messages as I can't get mod_perl to compile on Irix64 
systems!.  Well now I've got a whole new problem that I need your expertise on.

I'm running Apache 1.3x and mod_perl 1.2x on a Linux system.  However, whenever I go 
to a page that should be handled by Mason (a perl templating system), I get the 
following error message:

[Wed Nov  6 11:56:20 2002] [error] Can't locate object method new via package 
Apache::Request at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 
878.


My guess is that this (at some level)involves a configuration error of some kind.  I 
added the following lines to my httpd.conf file per the instructions on Mason's 
website:

---
PerlModule HTML::Mason::ApacheHandler
FilesMatch \.msn$
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
/FilesMatch
-

So I'm not sure what's going on here.   I looked through Apache/Request.pm and found 
no new method and I didn't find one inside of Apache.pm either (from which the 
Request module inherets).  However, I'm assuming this is all correct and some magical 
ultra-Perl-guru AUTOLOAD-like functionality is going on somewhere.


Does anyone have any ideas about what may be causing this?


Thanks,
DeAngelo





Re: Can't locate object method new via package Apache::Request (via Mason)...

2002-11-06 Thread Philippe Troin
Seems somewhat similar to a bug I've reported 10 months ago.

You might want to try to run the minimal testcase enclosed in the
forwarded mail.

Phil.


---BeginMessage---
I've found that mod_perl can get confused when dealing with method
calls during a redirect_internal phase:

 1. page /1 uses method calls, and works when accessed as /1

 2. an other page /R uses internal_redirect to go to /1, and mod_perl
fails with an undefined subroutine error.

This has been seen on:

  apache 1.3.9-14, perl 5.004.05-1.1, and mod_perl 1.25-3 (Debian potato)

and on:

  apache 1.3.22-2.1, perl 5.6.1-6, and mod_perl 1.26-1 (Debian woody/testing)

How to reproduce:

Use this startup.pl file:

==
# Common
package Common;

use Apache::Constants qw(:common);

sub handler($$)
  {
my $self = shift;
my $req = shift;
$req-content_type('text/plain');
$req-send_http_header();
$req-print($self-doit());
return OK;
  }

sub doit
  {
return COMMON;
  }

# Common::Impl1
package Common::Impl1;

ISA=qw(Common);

sub doit
  {
return IMPL1\n;
  }

# Common::Impl2;
package Common::Impl2;

ISA=qw(Common);

sub doit
  {
return IMPL2\n;
  }

# Redir
package Redir;

use Apache::Constants qw(:common);

sub handler
  {
my $req = shift;
$req-internal_redirect(/1);
return OK;
  }

1;
==

PerlRequire the above, and use the following apache configuration:

==
Location /0
  Order allow,deny
  Allow from all
  SetHandler perl-script
  PerlHandler Common
/Location

Location /1
  Order allow,deny
  Allow from all
  SetHandler perl-script
  PerlHandler Common::Impl1
/Location

Location /2
  Order allow,deny
  Allow from all
  SetHandler perl-script
  PerlHandler Common::Impl2
/Location

Location /R
  Order allow,deny
  Allow from all
  SetHandler perl-script
  PerlHandler Redir
/Location

PerlRequire startup.pl
==

Then, directing a web browser to /0 prints COMMON, to /1 prints IMPL1,
to /2 prints IMPL2, as expectected.

Similarly, when pointing to /R (which redirects internally to /1),
IMPL1 should appear.

However, I get a 500 Internal server error and this in the logs:

[error] Undefined subroutine Common::Impl1::handler called at
startup.pl line 49.

I've tried to debug the problem, and the problem lies inside 
perl_handler_ismethod() in src/modules/perl/mod_perl.c: it returns
different values when called from inside the internal_redirect than
called without internal_redirect.

Inside perl_handler_ismethod():

if(!sub) return 0;
sv = newSVpv(sub,0);
if(!(cv = sv_2cv(sv, stash, gv, FALSE))) {
GV *gvp = gv_fetchmethod(pclass, sub);
if (gvp) cv = GvCV(gvp);

sv_2cv() returns different values when called from inside an
internal_redirect than called without
internal_redirect. Unfortunately, I could not grok sv_2cv(). It's not
even documented in the perl docs.

Phil.


---End Message---