RE: Compiling modperl on unixware

1999-10-08 Thread Tom Hughes
In message <[EMAIL PROTECTED]> "Feldman, Leonid" <[EMAIL PROTECTED]> wrote: > src/helpers/GuessOS doesnt know about version 2.1.3: Which may be at least part of your problem ;-) >4.2MP) >if [ "x$VERSION" = "x2.1.1" ]; then >echo "${MAC

RE: Compiling modperl on unixware

1999-10-08 Thread Feldman, Leonid
xware 2.0 Is there a lot of difference between 2.0 and 2.1.3 ? Thanks Leonid -Original Message- From: Tom Hughes [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 07, 1999 6:10 PM To: [EMAIL PROTECTED] Subject: RE: Compiling modperl on unixware In mes

RE: Compiling modperl on unixware

1999-10-08 Thread Tom Hughes
In message <[EMAIL PROTECTED]> "Feldman, Leonid" <[EMAIL PROTECTED]> wrote: >I am running Unixware 2.1.3. Well I suggest you look at src/helpers/GuessOS in the Apache source tree then, to see why it thinks you're running Unixware 2.0.x... Tom -- Tom Hughes ([EMAIL PROTECTED]) http:/

RE: Compiling modperl on unixware

1999-10-07 Thread Feldman, Leonid
I am running Unixware 2.1.3. -Original Message- From: Tom Hughes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 06, 1999 5:55 PM To: [EMAIL PROTECTED] Subject: Re: Compiling modperl on unixware In message <[EMAIL PROTECTED]> "Feldman, Leonid" <[EMAI

Re: Compiling modperl on unixware

1999-10-06 Thread Tom Hughes
In message <[EMAIL PROTECTED]> "Feldman, Leonid" <[EMAIL PROTECTED]> wrote: > REGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` http_vhost.c > /bin/cc -c -I.. -I/usr/local/lib/perl5/5.00503/i386-svr4/CORE -I../os/unix > -I../include -DUW=200 -DMOD_PERL -DUSE_PERL_SSI -I/usr/include

Compiling modperl on unixware

1999-10-06 Thread Feldman, Leonid
Hi, I am having trouble compiling mod_perl 1.21 on unixware 2.1.3 with Apache 1.3.9. perl Makefile.PL EVERYTHING=1 USE_APACI=1 APACHE_PREFIX=/usr/local/apache It breaks on the following: make REGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` htt