[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] [RaQ3] ColdFusion Installation tips



I was able to get Allaire ColdFusion 451RC1 to install on my RaQ3 tonight
after a bit of a battle.

In order to get it to work, I had to download the apache source files, and
then:
./configure --enable-module=so
make
make install

also needed to copy mod_coldfusion.so from the installation directory to
libexec (the standard installer didn't do the proper directory checking so
it didn't create the file properly.

Then in the httpd.conf file -
LoadModule coldfusion_module libexec/mod_coldfusion.so
and
AddModule mod_coldfusion.c

Restart, and Viola!

Anybody have any tips for transferring Microsft Access databases to
PostgreSQL or mySQL (and which is the preferred db?)

HTH!
Tim