coldfusion 9 installer fails to create JRE directory

Discussion in 'Installation/Configuration' started by mleger, Nov 23, 2009.

  1. mleger

    mleger New Member

    guide found here:
    http://www.howtoforge.com/installing-apache-and-coldfusion-9-on-ubuntu-9.04

    Here is my install logs from the guide
    
    Code:
    ]0;root@TCDEV: ~root@TCDEV:~# sudo apt-get install libstdc++5
    Reading package lists... 0%
    Reading package lists... 0%
    Reading package lists... 32%
    Reading package lists... Done
    Building dependency tree... 0%
    Building dependency tree... 0%
    Building dependency tree... 50%
    Building dependency tree... 50%
    Building dependency tree       
    Reading state information... 0%
    Reading state information... 1%
    Reading state information... Done
    E: Couldn't find package libstdc++5
    ]0;root@TCDEV: ~root@TCDEV:~# sudo apt-get install libstdc++5 6
    Reading package lists... 0%
    Reading package lists... 100%
    Reading package lists... Done
    Building dependency tree... 0%
    Building dependency tree... 0%
    Building dependency tree... 50%
    Building dependency tree... 50%
    Building dependency tree       
    Reading state information... 0%
    Reading state information... 1%
    Reading state information... Done
    libstdc++6 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    ]0;root@TCDEV: ~root@TCDEV:~# ls
    ColdFusion_9_WWE_linux.bin  index.html  latest.tar.gz
    ]0;root@TCDEV: ~root@TCDEV:~# chmod +x ColdFusion_9_WWE_linux.bin
    ]0;root@TCDEV: ~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
    ]0;root@TCDEV: ~root@TCDEV:~# 
     
  2. mleger

    mleger New Member

    It can't be the installer beacuse the guide uses the same file

    i've also checked the MD5
    MD5 from Adobe: 92d71451eff723f6bc8cd752a35ff4be
    MD5 from my computer: 92d71451eff723f6bc8cd752a35ff4be
    MD5 from my linux server: 92d71451eff723f6bc8cd752a35ff4be
    and they are all identical.
     

Share This Page