You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Jim Morrison [Mailing-Lists]" <ju...@mediaisotope.com> on 2003/07/22 17:44:23 UTC

RE: mod_perl installation problem... (A little more info)

Further to the below.. Just found my error_log which might be of some
use..

The bit that glares at me is:

[Tue Jul 22 16:38:47 2003] [error] Can't locate object method "new" via
package "Apache::Request" at /usr/src/mod_perl-1.28/t/net/perl/api.pl
line 11, <fh00001b> line 1.

Which is annoying because I can't install Apache::Request without it
making similar complaints?!

==============

Subroutine fileparse_set_fstype redefined at
/usr/local/lib/perl5/5.8.0/File/Basename.pm line 154.
Subroutine fileparse redefined at
/usr/local/lib/perl5/5.8.0/File/Basename.pm line 168.
Subroutine basename redefined at
/usr/local/lib/perl5/5.8.0/File/Basename.pm line 235.
Subroutine dirname redefined at
/usr/local/lib/perl5/5.8.0/File/Basename.pm line 248.
Constant subroutine CGI::XHTML_DTD redefined at
/usr/local/lib/perl5/5.8.0/constant.pm line 108.
[Tue Jul 22 16:38:42 2003] [warn] [notice] child_init for process 31133,
report any problems to [no address given]

[Tue Jul 22 16:38:45 2003] [warn] [client 127.0.0.1] log __ANON__ OK
[Tue Jul 22 16:38:46 2003] [error] [client 127.0.0.1] File does not
exist: /usr/src/mod_perl-1.28/t/docs/STAGE/u1/test.html
[Tue Jul 22 16:38:46 2003] [error] [client 127.0.0.1] File does not
exist: /usr/src/mod_perl-1.28/t/docs/STAGE/u1/nochance.html
[Tue Jul 22 16:38:46 2003] [error] [client 127.0.0.1] File does not
exist: /usr/src/mod_perl-1.28/t/docs/nochance.html
[Tue Jul 22 16:38:47 2003] [error] Can't locate object method "new" via
package "Apache::Request" at /usr/src/mod_perl-1.28/t/net/perl/api.pl
line 11, <fh00001b> line 1.

*** The following [error] is expected, no cause for alarm ***
[Tue Jul 22 16:38:48 2003] [error] Missing right curly or square bracket
at /usr/src/mod_perl-1.28/t/docs/badsyntax.pl line 9, at end of line
syntax error at /usr/src/mod_perl-1.28/t/docs/badsyntax.pl line 9, at
EOF
Compilation failed in require at
/usr/src/mod_perl-1.28/t//docs/startup.pl line 249, <fh00001b> line 1.

*** The following [error] is expected, no cause for alarm ***
[Tue Jul 22 16:38:48 2003] [error] Apache::Death at /dev/null line 0

*** The following [error] is expected, no cause for alarm ***
[Tue Jul 22 16:38:48 2003] [error] Missing right curly or square bracket
at /usr/src/mod_perl-1.28/t/docs/badsyntax.pl line 9, at end of line
syntax error at /usr/src/mod_perl-1.28/t/docs/badsyntax.pl line 9, at
EOF
Compilation failed in require at
/usr/src/mod_perl-1.28/t//docs/startup.pl line 249, <fh00001b> line 1.

*** The following [error] is expected, no cause for alarm ***
[Tue Jul 22 16:38:48 2003] [error] Apache::Death at /dev/null line 0

[notice] child process 31133 terminating
[notice] push'd PerlChildExitHandler called, pid=31133
[notice] push'd PerlChildExitHandler called, pid=31133
[notice] END block called for startup.pl
[notice] Destruction->DESTROY called for $global_object

==============

> Hello,
> 
> I've just come a cropper trying to reinstall mod_perl, and 
> I'm a little desparate! Any help would be greatly appreciated.
> 
> (I've 'a' mod_perl/apache running fine, but I can't get 
> Apache::Cookie running along with)
> 
> I'm trying to install:
> 	apache_1.3.28
>     + mod_perl-1.28
> 
> My config for mod_perl is :
> 	APACHE_SRC=../apache_1.3.28/src \
> 	DO_HTTPD=1 EVERYTHING=1 \
> 	DYNAMIC=1 USE_APACI=1
> 
> Though I've tried pretty much every variation on that with 
> the same result.. 
> 
> During 'make test' I keep getting:
> 
> modules/request.......NOK 1Test header seen more than once! 
> modules/request.......NOK 2Test header seen more than once! 
> modules/request.......FAILED tests 1-10
>         Failed 10/10 tests, 0.00% okay
> <snip>
> Failed 1/34 test scripts, 97.06% okay. 10/318 subtests 
> failed, 96.86% okay.
> make: *** [run_tests] Error 29
> 
> (also skips cookie, module and api)
> 
> .. Thing is I've got a mod_perl running just fine - What I'm 
> trying to do is install Apache::Cookie, but it won't because 
> libapreq (1.2) is complaining...
> 
> This is really driving me up the wall so any help would be fantastic.
> 
> Thanks,
> Jimbo
>