I'm not hopeful that anybody out there ACFUG has run across and actually solved this issue, but I thought I'd give it a shot anyhow. I have installed CFMX 7.0.2 on CentOS 4.4 Linux, the 64 bit version. Since the OS has backwards support for 32 bit apps, CFMX installs fine once you run:

cat cfmx7-install.bin | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > coldfusion-702-lin.bin

or a variant of it anyhow to make the installer run and ignore the kernel number, etc. The problem lies with the Apache connector:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=143&threadid=1138224&enterthread=y

I've tried in vain to compile my own apache connector like so:

/usr/sbin/apxs -c -n jrun20 -S \ LIBEXECDIR=/opt/coldfusionmx7/runtime/lib/wsconfig/1/ mod_jrun20.c \
jrun_maptable_impl.c jrun_property.c jrun_session.c platform.c \
jrun_mutex.c jrun_proxy.c jrun_utils.c
/usr/sbin/apxs -i -n jrun20 -S \ LIBEXECDIR=/opt/coldfusionmx7/runtime/lib/wsconfig/1/ mod_jrun20.la
strip /opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so

apxs absolutely freaks out and spits out hundreds of warning messages about the file format of mod_jrun20.c, so many that the buffer on my console doesn't go back that far so I can't read them all.

I'm crossing my fingers and seriously hoping for a miracle here that one of you have compiled your own version of this connector for Apache 2.0.X for 64 bit OS's. If not, I'm back to the 32 bit version and I can't use a good chunk of the memory I have in this box as a result :(
--

                                -Mike Staver
                                 [EMAIL PROTECTED]



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to