Installing Coldfusion on Ubuntu 6.10 Edgy
However, there is a quick workaround which involves commenting out all of the:
To do this use the following command:
cp coldfusion.bin coldfusion.bin.bak
#Use sed and a regex to change it
cat coldfusion.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > coldfusion.bin
#run the new installer
sudo ./coldfusion.bin
For what it's worth, I'd recommend always doing the multiserver install - as I've found it much more stable and reliable on linux - plus it lets you have multiple instances.
Also - I've had most success using the built in webserver for the CFadmin site and then manually creating the connector between apache and cfusion.
I found this solution here: Warning to early adopters Ubuntu Edgy Eft vs ColdFusion Installer




There are no comments for this entry.
[Add Comment]