You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/10 01:14:13 UTC

one for Jim

Jim, did I get your address wrong ?


   ----- The following addresses had permanent fatal errors -----
Jim Jagielski <ji...@jagunet.com>

   ----- Transcript of session follows -----
... while talking to nora.pcug.co.uk.:
>>> RCPT To:<ji...@jagunet.com>
<<< 550 (BHST) Unknown host/domain name in "jim@jagunet.com"
550 Jim Jagielski <ji...@jagunet.com>... User unknown

Date: Thu, 9 Jan 1997 23:40:21 +0000 (GMT)
From: Rob Hartill <ro...@imdb.com>
X-Sender: robh@localhost
To: "David W. Schuler" <sc...@btv.ibm.com>
cc: Jim Jagielski <ji...@jagunet.com>
Subject: Re: Patch to enable Apache 1.2b4 to compile on IBM AIX PS/2 1.3.0
In-Reply-To: <97...@btv.ibm.com>
Message-ID: <Pi...@localhost>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Thanks for the info.

On Thu, 9 Jan 1997, David W. Schuler wrote:

> Enclosed you will find a patch file that is required to make Apache 1.2b4
> compile correctly on an IBM AIX PS/2 system.  This works with the GNU GCC
> compiler, with AIX version 1.3.0.  These are the only changes required
> to make Apache compile and run correctly on this platform.
> 
> Here are the changes:
> 
> 
> 
> diff -c src.original/Configure src/Configure
> *** src.original/Configure	Thu Jan  9 16:53:33 1997
> --- src/Configure	Tue Jan  7 15:19:30 1997
> ***************
> *** 163,168 ****
> --- 163,173 ----
>   	LFLAGS="$LFLAGS -s"
>   	DEF_WANTHSREGEX=no
>   	;;
> +     i386-ibm-aix*)
> + 	OS='IBM AIX PS/2'
> + 	CFLAGS="$CFLAGS -DAIX -U__STR__ -DUSEBCOPY"
> + 	DEF_WANTHSREGEX=no
> + 	;;
>       *-ibm-aix*)
>   	OS='IBM AIX'
>   	CFLAGS="$CFLAGS -DAIX -U__STR__"
> diff -c src.original/conf.h src/conf.h
> *** src.original/conf.h	Thu Jan  9 16:53:32 1997
> --- src/conf.h	Tue Jan  7 16:17:17 1997
> ***************
> *** 118,126 ****
>   #undef NO_SETSID
>   #define HAVE_SYS_SELECT_H
>   #define JMP_BUF sigjmp_buf
>   #define HAVE_MMAP
> - #define DEFAULT_USER "nobody"
>   #define DEFAULT_GROUP "nobody"
>   typedef int rlim_t;
>   
>   #elif defined(ULTRIX)
> --- 118,128 ----
>   #undef NO_SETSID
>   #define HAVE_SYS_SELECT_H
>   #define JMP_BUF sigjmp_buf
> + #ifndef __ps2__
>   #define HAVE_MMAP
>   #define DEFAULT_GROUP "nobody"
> + #endif
> + #define DEFAULT_USER "nobody"
>   typedef int rlim_t;
>   
>   #elif defined(ULTRIX)
> 
> -------------------------------------------------------------------------------
> David W. Schuler - Advisory Engineer
> Semiconductor Contract Manufacturing
> IBM Microelectronics                  Internet: schuld@btv.ibm.com
> B/863-2 Z/863D                             AOL: schuld@aol.com  (Personal Mail)
> 1000 River Street                        Phone: (802) 769-7636
> Essex Junction, VT   05452-4299            FAX: (802) 769-6800
> For IBM Microelectronics information:    <http://www.chips.ibm.com>
> 
> 
>