Geoffrey Young wrote on 22.06.2005: >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. > Thanks, that's what I thought.
>>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: I am always hesitant to file a bug report before having made absolutely sure that the mistake is not mine. This is the last part of the output of "make test": using Apache/2.0.53 (prefork MPM) waiting 120 seconds for server to start: .[Wed Jun 22 17:20:47 2005] [info] 6 Apache2:: modules loaded [Wed Jun 22 17:20:47 2005] [info] 0 APR:: modules loaded [Wed Jun 22 17:20:47 2005] [info] base server + 27 vhosts ready to run tests ..[Wed Jun 22 17:20:49 2005] [error] Insecure directory in $ENV{PATH} while running with -T switch at /Users/jan/Documents/temporaer/Downloads/mod_perl-2.0.1/Apache-Test/lib/Apache/TestConfig.pm line 1059.\nCompilation failed in require at /Users/jan/Documents/temporaer/Downloads/mod_perl-2.0.1/t/conf/modperl_startup.pl line 17.\n\t...propagated at /Users/jan/Documents/temporaer/Downloads/mod_perl-2.0.1/t/conf/modperl_startup.pl line 18.\nBEGIN failed--compilation aborted at /Users/jan/Documents/temporaer/Downloads/mod_perl-2.0.1/t/conf/modperl_startup.pl line 20.\nCompilation failed in require at (eval 2) line 1.\n [Wed Jun 22 17:20:49 2005] [error] Can't load Perl file: /Users/jan/Documents/temporaer/Downloads/mod_perl-2.0.1/t/conf/modperl_startup.pl for server localhost:8529, exiting... Does this give you any hint about what is going on? Thanks, Jan -- How many Microsoft engineers does it take to screw in a lightbulb? None. They just redefine "dark" as the new standard.