From owner-freebsd-questions Fri Mar 3 3:43:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tomts1-srv.bellnexxia.net (tomts1.bellnexxia.net [209.226.175.139]) by hub.freebsd.org (Postfix) with ESMTP id 4F43337C0CC for ; Fri, 3 Mar 2000 03:43:32 -0800 (PST) (envelope-from willwong@anime.ca) Received: from magus ([216.209.46.133]) by tomts1-srv.bellnexxia.net (InterMail vM.4.01.02.17 201-229-119) with SMTP id <20000303114331.SIBF13123.tomts1-srv.bellnexxia.net@magus> for ; Fri, 3 Mar 2000 06:43:31 -0500 Message-ID: <000901bf8505$b2842a80$0300a8c0@anime.ca> From: "William Wong" To: Subject: Coldfusion 4.51rc1 for Linux under FreeBSD Date: Fri, 3 Mar 2000 06:43:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all, I've been trying to get coldfusion to work. I've got it to install (some tinkering of the paths in the cfinstall file), however when I try to load up the apache module (mod_coldfusion.so) apache dishes out an error message. Using the precompiled module (which the documentation says should work for apache >1.3.6) I get the following error when I run "apachectl configtest" Syntax error on line 221 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_coldfusion.so into server: Shared object "libc.so.6" not found Ok...lets try using ldconfig to load up the necessary libs. It depended on two that that located in the linux compat dir. Afterwards apache says, error: bus error while trying to load the module. So I tried building the module myself, and I get the following. I don't have the exact output, but it was something like "symbol: ___assert_fail_ not found in mod_coldfusion.so" I took a snoop around the sources used to compile the module and it looks like that bit of code was in the libcf.a file. If anyone has gotten coldfusion to work properly I'd like to know :) Some extra info: Running FreeBSD 3.4R /w latest linux_base (Redhat 6.1 libs, etc) Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message