Find the answer to your Linux question:
Results 1 to 2 of 2
Grateful for any advice: root*ubuntu:/home/testuser/App# ./vpfm23_setup_linux_b826.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 ...
  1. #1
    Just Joined!
    Join Date
    Nov 2011
    Posts
    1

    Newbie having a problem installing a bin file

    Grateful for any advice:

    root*ubuntu:/home/testuser/App# ./vpfm23_setup_linux_b826.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: 2508: /tmp/install.dir.3675/Linux/resource/jre/bin/java: not found
    root*ubuntu:/home/testuser/App#

    But java is located in that directory:
    root*ubuntu:/home/testuser/App# ls -l /tmp/install.dir.3675/Linux/resource/jre/bin/
    total 740
    lrwxrwxrwx 1 root root 10 2010-06-29 22:06 ControlPanel -> ./jcontrol
    -rwxr-xr-x 1 root root 47308 2010-04-12 14:36 java
    -rwxr-xr-x 1 root root 25634 2010-04-12 14:39 java_vm
    -rwxr-xr-x 1 root root 84970 2010-04-12 14:39 javaws
    -rwxr-xr-x 1 root root 6347 2010-04-12 14:39 jcontrol
    -rwxr-xr-x 1 root root 47447 2010-04-12 14:36 keytool
    -rwxr-xr-x 1 root root 47679 2010-04-12 14:36 orbd
    -rwxr-xr-x 1 root root 47515 2010-04-12 14:36 pack200
    -rwxr-xr-x 1 root root 47807 2010-04-12 14:36 policytool
    -rwxr-xr-x 1 root root 47447 2010-04-12 14:36 rmid
    -rwxr-xr-x 1 root root 47447 2010-04-12 14:36 rmiregistry
    -rwxr-xr-x 1 root root 47475 2010-04-12 14:36 servertool
    -rwxr-xr-x 1 root root 47679 2010-04-12 14:36 tnameserv
    -rwxr-xr-x 1 root root 189274 2010-04-12 14:36 unpack200

  2. #2
    Linux Guru
    Join Date
    May 2011
    Posts
    1,855
    is this a 64-bit versus 32-bit problem?

    What do these commands tell you:

    Code:
    uname -a
    file /tmp/install.dir.3675/Linux/resource/jre/bin/java
    ldd /tmp/install.dir.3675/Linux/resource/jre/bin/java

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...