[mp1.0] Installation problem

2003-08-27 Thread Alan Rafagudinov

Hello again!

I've downloaded apache_1.3.28.tar.gz  mod_perl-1.28.tar.gz
and unarchived them to /usr/src/httpd_perl for back-end server

then when I make

perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 
APACI_ARGS='-
-prefix=/usr/local/httpd_perl'

and

make  make test

tests failed:

done
/usr/bin/perl t/TEST 0
modules/actions.ok
modules/cgi.ok
modules/constants...ok
modules/cookie..ok
modules/fileok
modules/httpdconf...ok
modules/include.ok
modules/log.ok
modules/module..skipped test on this platform
modules/perlrun.ok
modules/psections...ok
modules/request.Use of uninitialized value in numeric eq (==) at modules/request.t 
line 147.
Use of uninitialized value in concatenation (.) at modules/request.t line 147.
Use of uninitialized value in numeric eq (==) at modules/request.t line 149.
Use of uninitialized value in numeric eq (==) at modules/request.t line 147.
Use of uninitialized value in concatenation (.) at modules/request.t line 147.
Use of uninitialized value in numeric eq (==) at modules/request.t line 149.
Use of uninitialized value in numeric eq (==) at modules/request.t line 147.
Use of uninitialized value in concatenation (.) at modules/request.t line 147.
Use of uninitialized value in numeric eq (==) at modules/request.t line 149.
Use of uninitialized value in numeric eq (==) at modules/request.t line 147.
Use of uninitialized value in concatenation (.) at modules/request.t line 147.
Use of uninitialized value in numeric eq (==) at modules/request.t line 149.
modules/request.NOK 10FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
modules/src.ok
modules/ssi.skipped test on this platform
modules/stage...skipped test on this platform
modules/status..fetch /perl/perl-status failed!
modules/status..dubious
Test returned status 111 (wstat 28416, 0x6f00)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
modules/symbol..FAILED before any test output arrived
modules/uri.FAILED before any test output arrived
modules/utilFAILED before any test output arrived
internal/apiFAILED before any test output arrived
internal/auth...ok 2/2FAILED test 1
Failed 1/2 tests, 50.00% okay
internal/croak..NOK 12FAILED tests 1, 3-4, 6-7, 9-10, 12
Failed 8/12 tests, 33.33% okay
internal/dirmagic...FAILED before any test output arrived
internal/error..ok
internal/headersArgument  isn't numeric in numeric eq (==) at internal/headers.t 
line 29.
Argument  isn't numeric in numeric eq (==) at internal/headers.t line 29.
Argument  isn't numeric in numeric eq (==) at internal/headers.t line 29.
Argument  isn't numeric in numeric eq (==) at internal/headers.t line 29.
Use of uninitialized value in string eq at internal/headers.t line 42.
Use of uninitialized value in string eq at internal/headers.t line 48.
Use of uninitialized value in string eq at internal/headers.t line 54.
internal/headersNOK 13FAILED tests 1-11, 13
Failed 12/13 tests, 7.69% okay
internal/hooks..500 (Internal Server Error) Can't connect to localhost:8529 
(Timeout)
Client-Date: Mon, 25 Aug 2003 05:12:29 GMT



internal/hooks..dubious
Test returned status 111 (wstat 28416, 0x6f00)
internal/http-get...Internal Server Error
internal/http-get...dubious
Test returned status 111 (wstat 28416, 0x6f00)
DIED. FAILED tests 1-16
Failed 16/16 tests, 0.00% okay
internal/http-post..Internal Server Error
internal/http-post..dubious
Test returned status 111 (wstat 28416, 0x6f00)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
internal/proxy..ok
internal/redirect...NOK 6FAILED tests 1-4, 6
Failed 5/6 tests, 16.67% okay
internal/rwrite.NOK 2FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
internal/stackedcan't open http://localhost:8529//perl/stacked
internal/stackeddubious
Test returned status 111 (wstat 28416, 0x6f00)
internal/table..FAILED before any test output arrived
internal/taint..Internal Server Error
internal/taint..dubious
Test returned status 111 (wstat 28416, 0x6f00)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
Failed Test  Status Wstat Total Fail  Failed  List of failed
---
internal/api.t   ??   ??   %  ??
internal/auth.t   21  50.00%  1
internal/croak.  128  66.67%  1, 3-4, 6-7, 9-10, 12
internal/dirmag  ??   ??   %  ??
internal/header  13   12  92.31%  1-11, 13
internal/hooks. 111 28416??   ??   %  ??
internal/http-g 111 2841616   16 100.00%  1-16
internal/http-p 111 28416 77 100.00%  1-7
internal/redire   65  83.33%  1-4, 6
internal/rwrite   22 100.00%  1-2
internal/stacke 111 28416??   ??   %  ??
internal/table.  

Re: [mp1.0] Installation problem

2003-08-27 Thread Ged Haywood
Hi there,

On Wed, 27 Aug 2003, Alan Rafagudinov wrote:

 I've downloaded apache_1.3.28.tar.gz  mod_perl-1.28.tar.gz
 [snip]
 tests failed:
 [snip]
 Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
   Platform:
 osname=linux, osvers=2.2.16-22smp, archname=i386-linux

Upgrade Perl (and your operating system?:). that might help, and
version 5.6.0 of Perl is a disaster just waiting to happen anyway.
You should be OK with 5.6.1 but I would think 5.8.1 might be better.

 [snip]
   Compiler:
 cc='gcc', optimize='-O2 -march=i386 -mcpu=i686', gccversion=2.96 2731 
 (ASPLinux 7.0 2.96-79)

Please post the output of

gcc -v

on your system.

73,
Ged.




-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Re: Re[2]: [mp1.0] Installation problem

2003-08-27 Thread Ged Haywood
Hello again,

On Wed, 27 Aug 2003, Alan Rafagudinov wrote:

 GH Please post the output of
 GH gcc -v
 
 Reading specs from /usr/lib/gcc-lib/i386-asplinux-linux/2.96/specs
 gcc version 2.96 2731 (ASPLinux 7.1 2.96-85.asp)

Make sure to use that compiler to build Perl, mod_perl and Apache.

73,
Ged.



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Re[2]: [mp1.0] Installation problem

2003-08-27 Thread Alan Rafagudinov
Hello Ged,

Wednesday, August 27, 2003, 6:11:13 PM, you wrote:

GH Hi there,

GH On Wed, 27 Aug 2003, Alan Rafagudinov wrote:

 I've downloaded apache_1.3.28.tar.gz  mod_perl-1.28.tar.gz
 [snip]
 tests failed:
 [snip]
 Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
   Platform:
 osname=linux, osvers=2.2.16-22smp, archname=i386-linux

GH Upgrade Perl (and your operating system?:). that might help, and
GH version 5.6.0 of Perl is a disaster just waiting to happen anyway.
GH You should be OK with 5.6.1 but I would think 5.8.1 might be better.

 [snip]
   Compiler:
 cc='gcc', optimize='-O2 -march=i386 -mcpu=i686', gccversion=2.96 2731 
 (ASPLinux 7.0 2.96-79)

GH Please post the output of

GH gcc -v

Reading specs from /usr/lib/gcc-lib/i386-asplinux-linux/2.96/specs
gcc version 2.96 2731 (ASPLinux 7.1 2.96-85.asp)

GH on your system.

GH 73,
GH Ged.




-- 
Alan Rafagudinov
E-mail: [EMAIL PROTECTED] | [EMAIL PROTECTED]
Homepage: http://www.rafagudinov.com
Phone: +7(926)22-5



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Re: [mp1.0] Installation problem

2003-08-27 Thread Stas Bekman
Ged Haywood wrote:
Hello again,

On Wed, 27 Aug 2003, Alan Rafagudinov wrote:


GH Please post the output of
GH gcc -v
Reading specs from /usr/lib/gcc-lib/i386-asplinux-linux/2.96/specs
gcc version 2.96 2731 (ASPLinux 7.1 2.96-85.asp)


Make sure to use that compiler to build Perl, mod_perl and Apache.
Since he built from source as:

perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 
EVERYTHING=1 APACI_ARGS='-
-prefix=/usr/local/httpd_perl'

it's quite sure that he has used the same compiler. However Alan, have you 
seen that all emails to this list end with this two lines?

Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
If you have followed http://perl.apache.org/bugs/, you'd have supplied a 
proper bug report and Ged won't have to guess-work what compiler you have 
used. Make sure to always report bugs properly in the future.

Alan, as Ged suggested, upgrade your perl to 5.6.1 or 5.8.0 (5.8.1 was not 
released yet) and try again (you will need to rebuild mod_perl once you did that).

__
Stas BekmanJAm_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


--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html