Ask a Question related to Coldfusion Server Administration, Design and Development.
-
SeanF #1
Apache2/CFMX 6.1 causing glibc errors on Fedora Core 3
Running:
Fedora Core 3 (up to date with all the relevant upgrades)
Apache 2.0.54
ColdFusion MX 6.1
Apache error logs keep showing this:
[Thu Oct 20 06:13:11 2005] [notice] child pid 12015 exit signal Aborted (6)
*** glibc detected *** double free or corruption (fasttop): 0x08458c00 ***
[Thu Oct 20 08:00:02 2005] [notice] child pid 14645 exit signal Segmentation
fault (11)
*** glibc detected *** corrupted double-linked list: 0x08934860 ***
PHP is also installed, but not running anywhere, and the errors are in
conjunction with when the Coldfusion pages choke. Coldfusion does start quite a
few processes, but I've known this to be normal behaviour and on other servers
I've dealt with it hasn't caused these problems.
Apache was compiled with:
./configure --prefix=/usr/local/httpd --enable-threads --with-mpm=worker
--enable-so
Associated parts of httpd.conf:
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
SeanF Guest
-
FMS 2 on Fedora Core 5
Hi All, I am tryiong to install FMS 2 on FC5 When I do a ./installFMS I get the following error ./fmsini: error while loading shared libraries:... -
Red Hat Fedora Core 4 ?
Will FMS2 run on Red Hat Fedora Core 4? Or do you need Red Hat Enterprise? -
Flash Server for Fedora Core 4
Hello folks Am trying to install on my server Flash Media Server, and I got the following error: # ./installFMS ERROR: Your distribution,... -
CFMX 7 Documentation for Fedora Core 4?
Does anyone know where I can find documentation on installing, using and configuring ColdFusion MX 7 using Linux Machine running Fedora Core 4? ... -
Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.
Error occurred during initialization of VM Unable to load native library: /tmp/install.dir.19987/Linux/resource/jre/lib/i386/libjav.so: symbol... -
Neculai Macarie #2
Re: Apache2/CFMX 6.1 causing glibc errors on Fedora Core 3
> ./configure --prefix=/usr/local/httpd --enable-threads
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6adf261a[/url]> --with-mpm=worker --enable-so
"The Apache "worker" multi-processing module (MPM) new to the Apache 2.x
release is not supported with the JRun/ColdFusion connector on Linux or
Unix."
"Do not compile Apache to use the "worker" threading model. Use "prefork"
instead."
--
<mack />
Neculai Macarie Guest



Reply With Quote

