Home > coldfusion > Installing CFMX7 on CentOS5

Installing CFMX7 on CentOS5

July 24th, 2007 rupert

1. You need to install libXpm beforehand to save time in the Graphing Service Error Problems.


rpm -ivh libXpm-3.5.5-3.i386.rpm

2. Modify the installer.
cat coldfusion-702-linux.bin.backup | sed “s/export LD_ASSUME/#xport LD_ASSUME/” > coldfusion-702-linux.bin

Reference: http://www.billmitchell.org/coldfusion/centos5/mx7_apache.php

POST-INSTALL

1. Disable Verity search if you don’t use it.

chkconfig cfmx7search off

Categories: coldfusion Tags: , ,
Comments are closed.