[syslog-ng]Installing syslog-ng in AIX 4.3.3

Balazs Scheidler bazsi@balabit.hu
Mon, 22 Jul 2002 15:54:13 +0200


On Mon, Jul 22, 2002 at 05:49:47PM +0530, Deepu George wrote:
> Thanks Bazsi . The libol part worked. Now when installing syslog-ng I am
> getting the following error when doing a make. I removed -Wall here also.
> 
> 
>         cc -DHAVE_CONFIG_H -I. -I/data8/security/syslog-ng-1.4.15/src -I.
> -O
> 2 -I/usr/local/include/libol -D_GNU_SOURCE -c center.c

this patch might help here (touch center.c.x before after applying):

Index: src/center.c
===================================================================
RCS file: /var/cvs/syslog-ng/syslog-ng/src/center.c,v
retrieving revision 1.13.4.3
diff -u -r1.13.4.3 center.c
--- src/center.c	25 Feb 2001 12:30:22 -0000	1.13.4.3
+++ src/center.c	22 Jul 2002 13:53:29 -0000
@@ -106,6 +106,7 @@
 		}
 		
 	next_connection:
+		;
 	}
 	if (!match && def_connection) {
 		struct log_endpoint_info *d;


-- 
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1