Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2000 06:43:27 -0500
From:      "William Wong" <willwong@anime.ca>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Coldfusion 4.51rc1 for Linux under FreeBSD
Message-ID:  <000901bf8505$b2842a80$0300a8c0@anime.ca>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901bf8505$b2842a80$0300a8c0>