Problem installing cold fusion 9 on ubuntu

Discussion in 'HOWTO-Related Questions' started by mleger, Nov 23, 2009.

  1. mleger

    mleger New Member

    Guide Here: http://www.howtoforge.com/installing-apache-and-coldfusion-9-on-ubuntu-9.04

    Code:
    root@TCDEV:~# ls
    ColdFusion_9_WWE_linux.bin  index.html  latest.tar.gz
    root@TCDEV:~# chmod +x ColdFusion_9_WWE_linux.bin
    root@TCDEV:~# sudo ./ColdFusion_9_WWE_linux.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    exec: 2470: /tmp/install.dir.2682/Linux/resource/jre/bin/java: not found
    i also made libtdc++6 sure was installed
    Code:
    root@TCDEV:~# sudo apt-get install libstdc++6
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libstdc++6 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    i know the guide said 5, but i already had 6 installed

    appreciate any help
    thanks.
     

Share This Page