|
Prev: CFGrid pre-populating CFSelect In CF8
Next: Bulova Mens Marine Star Collection Watch with Date 96B64 - Replica Watch Fake
From: JuniperDan on 18 Apr 2008 18:47 Installing CF8 multi-server on a Dell PowerEdge server (64 bit) running Linux Redhat Enterprise V5 Installed XAMPP for Linux 1.6.6 (Apache 2.2.8, etc.) After running /opt/jrun4/bin/cf-connector.sh all goes well and the new module mod_jrun22.so is built and included into Apache's startup file httpd.conf, but when Apache attempts to restart, get the message below (the last few lines of cf-connector's log file at /opt/jrun4/Connectorinstall.txt). I have tried both the 32- and 64-bit versions of CF8, I've tried running wsconfig directly using the -ws32 switch. I now have about 25 copies of httpd.conf!!! If I understand the error correctly, mod_jrun22.so is being built as a 64-bit object and httpd is needing a 32-bit object. I have examined every instance of LD_LIBRARY_PATH in the source and build files to see if there is a 64-bit library referenced and haven't found any. I'm really hoping someone out there knows what I need to do to fix this. Thanks in advance! Dan Parchman, IT Technician Juniper Systems, Inc. www.junipersys.com Error message: -------------------------------------------------------------------------------- ------------------- httpd: Syntax error on line 511 of /opt/lampp/etc/httpd.conf: Cannot load /opt/jrun4/lib/wsconfig/1/mod_jrun22.so into server: /Error running "/opt/lampp/bin/apachectl restart": exit code was 1 Error restarting Apache server. The web server must be restarted to complete this operation. opt/jrun4/lib/wsconfig/1/mod_jrun22.so: wrong ELF class: ELFCLASS64 |