From owner-freebsd-questions Wed Mar 20 13:13: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from aji.wilshire.net (worm.wilshire.net [64.161.77.242]) by hub.freebsd.org (Postfix) with ESMTP id DFDFF37B400 for ; Wed, 20 Mar 2002 13:13:00 -0800 (PST) Received: from emilyd (emilyd.wilshire.net [10.100.123.20]) by aji.wilshire.net (8.11.1/8.11.1) with SMTP id g2KL4dx73171; Wed, 20 Mar 2002 13:04:39 -0800 (PST) From: "Riley J. McIntire" To: "Alex Rodioukov" Cc: "FreeBSD Questions" Subject: RE: Compiling 3rd party apache module Date: Wed, 20 Mar 2002 13:12:34 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <87sn6vm29n.fsf@bismark.io.sys> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Are you using native FreeBSD Apache binaries (compiled from ports)? If > so, there is no way you can make Apache use CF's .so, since FreeBSD > and Linux binaries/libraries does not mix. What you probably can do is > to install Apache linux binaries (from RPMs or something like that) > under Linux emulation and try to run CF with that. > > > Riley > > Regards, > Alex. That one thing I was considering...but the source code for the CF .so is supplied--can't I build that with the apache port? My understanding of ../apache13-mod_ssl/.../README.configure makes me think so. Hence I tried this in the apache Makefile: --add-module=/usr/local/coldfusion/webserver/apache/src/mod_coldfusion.c I'd like to avoid the redhat apache binaries if at all possible. Thanks, Riley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message