From owner-freebsd-isp Tue Mar 10 15:59:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04695 for freebsd-isp-outgoing; Tue, 10 Mar 1998 15:59:38 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from ns1.walls-media.com (ns1.walls-media.com [12.6.113.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04673 for ; Tue, 10 Mar 1998 15:59:28 -0800 (PST) (envelope-from bryanb@walls-media.com) Received: from ntwksbry ([12.6.113.54]) by ns1.walls-media.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-0U10L2S100) with SMTP id AAA201 for ; Tue, 10 Mar 1998 17:58:37 -0600 Message-ID: <003301bd4c80$8d66eea0$3671060c@ntwksbry.walls-media.com> From: "Bryan Bunch" To: Subject: Apache Modules Date: Tue, 10 Mar 1998 17:59:24 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When trying to add the mod_fastcgi.c module I copy the file to my apache src dir, add the appropriate line to my Configuration file (Module fastcgi_module mod_fastcgi.o), run ./Configure, then I get an error when I type make: ================= gcc -c -O2 mod_fastcgi.c mod_fastcgi.c:701: redefinition of `Sigfunc' conf.h:647: `Sigfunc' previously declared here *** Error code 1 Stop. ================= Any help would be appreciated. Software: FreeBSD 2.2.2 Apache 1.2.5 Bryan bryanb@walls-media.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message