Tom Hibbert wrote:
> Hi,
> 
> I am running Solaris 8 and have installed Apache 2:
> 
> bash-2.03# /usr/apache/bin/httpd -v
> Server version: Apache/2.0.39
> Server built:   Aug 20 2002 11:26:54
> 
> I also have installed perl 5.8.0:
> 
> bash-2.03# perl -v
> 
> This is perl, v5.8.0 built for sun4-solaris
> 
> I am trying to install mod_perl 2 and I am having problems with the 'make
> test' command. I have built apache as follows:
[...]
> bash-2.03# more t/logs/error_log
> END in modperl_extra.pl, pid=29543
> [Tue Aug 20 15:01:19 2002] [notice] Apache/2.0.39 (Unix)
> mod_perl/1.99_04-dev Perl/v5.8.0 configured -- resuming normal oper
> ations
> [Tue Aug 20 15:01:19 2002] [info] Server built: Aug 20 2002 11:26:54
> [Tue Aug 20 15:01:19 2002] [debug] prefork.c(1035): AcceptMutex: pthread
> (default: pthread)
> [Tue Aug 20 15:01:20 2002] [error] Can't locate TestHooks/init/first.pm in

Try this patch:

Index: t/hooks/TestHooks/init.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/hooks/TestHooks/init.pm,v
retrieving revision 1.3
diff -u -r1.3 init.pm
--- t/hooks/TestHooks/init.pm   18 May 2002 02:02:32 -0000      1.3
+++ t/hooks/TestHooks/init.pm   20 Aug 2002 15:31:18 -0000
@@ -56,6 +56,7 @@
  __DATA__
  PerlInitHandler TestHooks::init::second
  <Base>
+    PerlModule      TestHooks::init
      PerlInitHandler TestHooks::init::first
  </Base>
  PerlResponseHandler TestHooks::init



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to