Re: make error compiling mod_perl on RH7.1

2002-11-25 Thread Stas Bekman
2002 04:36 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: make error compiling mod_perl on RH7.1 Witchy wrote: Hi all, Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it falls over with this error: apr_perlio.c: In function `apr_perlio_apr_file_to_glob

RE: make error compiling mod_perl on RH7.1

2002-11-11 Thread Witchy
www.snakebiteandblack.co.uk - monthly gothic shenanigans -Original Message- From: Stas Bekman [mailto:stas;stason.org] Sent: 11 November 2002 04:36 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: make error compiling mod_perl on RH7.1 Witchy wrote: Hi all, Trying to compile mod_perl 2.0

RE: make error compiling mod_perl on RH7.1

2002-11-11 Thread Witchy
-Original Message- From: Stas Bekman [mailto:stas;stason.org] Sent: 11 November 2002 10:24 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: make error compiling mod_perl on RH7.1 I think moving to 5.6.1 from 5.6.0 should be very easy. I'm sure RH has RPMs with 5.6.1

Re: make error compiling mod_perl on RH7.1

2002-11-10 Thread Stas Bekman
Witchy wrote: Hi all, Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it falls over with this error: apr_perlio.c: In function `apr_perlio_apr_file_to_glob': apr_perlio.c:573: `IoTYPE_WRONLY' undeclared (first use in this function) apr_perlio.c:573: (Each undeclared

make error compiling mod_perl on RH7.1

2002-11-08 Thread Witchy
Hi all, Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it falls over with this error: apr_perlio.c: In function `apr_perlio_apr_file_to_glob': apr_perlio.c:573: `IoTYPE_WRONLY' undeclared (first use in this function) apr_perlio.c:573: (Each undeclared identifier is reported

error compiling mod_perl-1.99_05 with Apache 2.0.42

2002-09-26 Thread Yue Luo
Hi, I have installed Apache 2.0.42. When I run the configuration script: perl Makefile.PL MP_AP_PREFIX=$HOME/httpd/prefork MP_INST_APACHE2=1 I got error: Unable to determine server version. I believe the bug is in /mod_perl-1.99_05/lib/Apache/Build.pm Line 746: next unless

Re: Error compiling mod_perl/1.27/Apache-1.3.26/Perl-5.8.0 for Native Win32

2002-09-24 Thread Issac Goldstand
Worked. Thanks. Issac - Original Message - From: Randy Kobes [EMAIL PROTECTED] To: Issac Goldstand [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, September 23, 2002 1:37 AM Subject: Re: Error compiling mod_perl/1.27/Apache-1.3.26/Perl-5.8.0 for Native Win32 On Sun, 22 Sep

Error compiling mod_perl/1.27/Apache-1.3.26/Perl-5.8.0 for Native Win32

2002-09-22 Thread Issac Goldstand
I keep getting the following error when compiling mod_perl under MS-Dev-6.0 Constants.xs(158) : error C2065: 'errno' : undeclared identifier It's the only compilation error I'm stuck on, but I've been stuck for 2 weeks now... Everything is natively built for Win32 from source (read: no

Re: Error compiling mod_perl/1.27/Apache-1.3.26/Perl-5.8.0 for NativeWin32

2002-09-22 Thread Randy Kobes
On Sun, 22 Sep 2002, Issac Goldstand wrote: I keep getting the following error when compiling mod_perl under MS-Dev-6.0 Constants.xs(158) : error C2065: 'errno' : undeclared identifier It's the only compilation error I'm stuck on, but I've been stuck for 2 weeks now... Everything is

Error compiling mod_perl on linux

2000-04-18 Thread Kenneth Lee
Hi all, I tried to compile mod_perl with Apache on RedHat 6.1 and perl 5.005_03, it gave me thousands of unresolved references when compiling httpd.c. I then went thru the FAQs on the Web, and it told me that my perl maybe corrupted. Then I go to grab the latest perl 5.6.0 source, compiled

Re: Error compiling mod_perl on linux

2000-04-18 Thread Jeffrey W. Baker
On Tue, 18 Apr 2000, Kenneth Lee wrote: Hi all, I tried to compile mod_perl with Apache on RedHat 6.1 and perl 5.005_03, it gave me thousands of unresolved references when compiling httpd.c. I then went thru the FAQs on the Web, and it told me that my perl maybe corrupted. Then I go to

Re: Error compiling mod_perl

2000-04-12 Thread Sam Carleton
Doug MacEachern wrote: On Tue, 11 Apr 2000, Sam Carleton wrote: This is the error message I got when I compiled mod_perl: Perl lib version (5.00503) doesn't match executable version (5.006) at /usr/lib/perl5/5.00503/i586-linux/Config.pm line 7. you either installed a new Perl after

Error compiling mod_perl

2000-04-11 Thread Sam Carleton
This is the error message I got when I compiled mod_perl: Perl lib version (5.00503) doesn't match executable version (5.006) at /usr/lib/perl5/5.00503/i586-linux/Config.pm line 7. Compilation failed in require at /usr/lib/perl5/5.00503/ExtUtils/MakeMaker.pm line 13. BEGIN failed--compilation

Re: Error compiling mod_perl

2000-04-11 Thread Doug MacEachern
On Tue, 11 Apr 2000, Sam Carleton wrote: This is the error message I got when I compiled mod_perl: Perl lib version (5.00503) doesn't match executable version (5.006) at /usr/lib/perl5/5.00503/i586-linux/Config.pm line 7. you either installed a new Perl after running mod_perl's Makefile.PL