RE: Apache 1.3.14 and Apache::RegistryLoader

2000-11-07 Thread G.W. Haywood
Hi Paul, On Tue, 7 Nov 2000, Paul G. Weiss wrote: > I thought I'd let the list know that I resolved the problem, even > though the lack of response leads me to believe that it is a problem > that only I am experiencing. > It turns out that the installation of Solaris that I was on lacked > the

RE: Apache 1.3.14 and Apache::RegistryLoader

2000-11-07 Thread Paul G. Weiss
'[EMAIL PROTECTED]' > Subject: RE: Apache 1.3.14 and Apache::RegistryLoader > > > More info on the problem for some kind soul: > > When I run the server under gdb in single server > mode it produces the following output: > > [New LWP2] > [N

RE: Apache 1.3.14 and Apache::RegistryLoader

2000-11-01 Thread Paul G. Weiss
G. Weiss Sent: Tuesday, October 31, 2000 3:37 PM To: '[EMAIL PROTECTED]' Subject: Apache 1.3.14 and Apache::RegistryLoader I tried using Apache::RegistryLoader with my Apache 1.3.14/mod_perl 1.24_2 installation. I put this in a file that I PerlRequire: use Apache::RegistryLoader (); my

RE: Apache 1.3.14 and Apache::RegistryLoader

2000-10-31 Thread Geoffrey Young
lem with it and it... HTH --Geoff > -Original Message- > From: Paul G. Weiss [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 31, 2000 3:37 PM > To: '[EMAIL PROTECTED]' > Subject: Apache 1.3.14 and Apache::RegistryLoader > > > I tried using Apache::Registr

Apache 1.3.14 and Apache::RegistryLoader

2000-10-31 Thread Paul G. Weiss
I tried using Apache::RegistryLoader with my Apache 1.3.14/mod_perl 1.24_2 installation. I put this in a file that I PerlRequire: use Apache::RegistryLoader (); my $perl_dir = Apache->server_root_relative."docs"; my $cmd = qq{find $perl_dir -follow \\( -name "*.pl" -o -name "*.cgi" \\) -print};