Re: Trouble Compiling Mod_Perl 1.27 on SGI

2002-10-15 Thread Ged Haywood
Hi there, On Mon, 14 Oct 2002, Kent, Mr. John wrote: > Having trouble building mod_perl-1.27 against Apache_1.3.27 on an SGI Have you looked at the file mod_perl-1.27/SUPPORT ? Did you build the Perl installation on these machines? Could you use a different compiler? 73, Ged.

Trouble Compiling Mod_Perl 1.27 on SGI

2002-10-14 Thread Kent, Mr. John
Greetings, Having trouble building mod_perl-1.27 against Apache_1.3.27 on an SGI Gettting: Will run tests as User: 'webuser' Group: 'webgroup' (cd ../apache_1.3.27 && CC="cc -n32" CFLAGS=" -D_BSD_TYPES -D_BSD_TIME -woff 1184 1552 -OPT:Olimit=0:space=ON -I/usr/local/include -DLANGUAGE_C" ./confi

Re: trouble compiling mod_perl-1.24_01

2000-12-21 Thread Doug MacEachern
On Wed, 15 Nov 2000, Jere C. Julian, Jr. wrote: > I'm on a FreeBSD 3.4-RELEASE box and I've just built and tested apache > 1.3.14 from source. Then I try to build mod_perl with the following > commands and get the errors below. ... > Symbol.xs:106: `na' undeclared (first use this function) > Sym

Re: trouble compiling mod_perl-1.24_01

2000-11-22 Thread peter brown
glad to help would anyone else be interested in a FreeBSD port to do this ?? At 02:23 PM 22/11/00 -0500, you wrote: >Thanks! I finally did a dirty hack but this sounds like a good way to >fix it right. I'll have to do that as soon as I get a chance. > >-Jere > >peter brown wrote: > > > > hi jer

trouble compiling mod_perl-1.24_01

2000-11-14 Thread Jere C. Julian, Jr.
I'm on a FreeBSD 3.4-RELEASE box and I've just built and tested apache 1.3.14 from source. Then I try to build mod_perl with the following commands and get the errors below. The full text of the process can be seen at http://www.StageRigger.com/mod_perl-1.24_01.log Has anyone run into this? Su

Re: Trouble compiling mod_perl 1.24 with Apache 1.3.12

2000-08-09 Thread William R. Ward
Frank D. Cringle writes: >[EMAIL PROTECTED] (William R. Ward) writes: >> [EMAIL PROTECTED] writes: >> >please use the [EMAIL PROTECTED] list for support questions. >> >> Then please put that e-mail address somewhere obvious on the >> perl.apache.org website. Yours was the only one I could find.

Re: Trouble compiling mod_perl 1.24 with Apache 1.3.12

2000-08-09 Thread Frank D. Cringle
[EMAIL PROTECTED] (William R. Ward) writes: > [EMAIL PROTECTED] writes: > >please use the [EMAIL PROTECTED] list for support questions. > > Then please put that e-mail address somewhere obvious on the > perl.apache.org website. Yours was the only one I could find. > (It was listed as [EMAIL PROT

Re: Trouble compiling mod_perl 1.24 with Apache 1.3.12

2000-08-08 Thread William R. Ward
[EMAIL PROTECTED] writes: >On Tue, 1 Aug 2000, William R. Ward wrote: > >> >> When I try to run "perl Makefile.PL" I get this error: >> >> sh: ./Configure: No such file or directory >> can't open /Makefile No such file or directory at Makefile.PL line 617, >chunk 1. >> >> The "configure" scri

Re: Trouble compiling mod_perl

2000-05-03 Thread Doug MacEachern
On Thu, 27 Apr 2000, Jean-Sebastien Morisset wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I first tried to compile mod_perl-1.22 using APXS, but whenever I would > load the module, the Apache child would die. > > Here's the command line I used: > > perl Makefile.PL NO_HTTPD=1 E

Trouble compiling mod_perl

2000-04-27 Thread Jean-Sebastien Morisset
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I first tried to compile mod_perl-1.22 using APXS, but whenever I would load the module, the Apache child would die. Here's the command line I used: perl Makefile.PL NO_HTTPD=1 EVERYTHING=1 WITH_APXS=/opt/apache-1.3.12/bin/apxs USE_APXS=1 I then tr