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: [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