Jan Eden wrote:
> Hi,
> 
> I recently installed mod_perl 2.0.1 as a DSO to Apache 2.0.53 (on OS
> X 10.3.9). The simple example from the docs works:
> 
> Can't locate loadable object for module Apache::Constants in @INC 
> Can't load Perl module Apache::Registry for server 127.0.0.1:0,
> exiting...

Apache::Registry is for mod_perl 1.0/Apache 1.3.X, ModPerl::Registry is
for mod_perl 2.0/Apache 2.X.X, and you cannot run one within the other's
environment.


> Another - related - question: Is ModPerl::Registry the successor to
> Apache::Registry? The manpages can be interpreted like that.

essentially yes, insofar as mod_perl 2.0 is the successor of mod_perl 1.0.

> Before I ran "make install", "make test" did not find the startup.pl
> used for testing - or the TestApache:: modules, for that matter

that is very odd.  if you can reliably reproduce that please file a
proper bug report:

  http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems

--Geoff


Reply via email to