You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Alan Rafagudinov <al...@rafagudinov.com> on 2003/08/27 16:12:49 UTC

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

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 20000731 (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 20000731 (ASPLinux 7.1 2.96-85.asp)

GH> on your system.

GH> 73,
GH> Ged.




-- 
Alan Rafagudinov
E-mail: alan@rafagudinov.com | ralan@mail.ru
Homepage: http://www.rafagudinov.com
Phone: +7(926)22-55555



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


Re: [mp1.0] Installation problem

Posted by Stas Bekman <st...@stason.org>.
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 20000731 (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 Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org 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


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

Posted by Ged Haywood <ge...@www2.jubileegroup.co.uk>.
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 20000731 (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