Cannot install PT on Centos 5.4

Discussion in 'Linux Virtual Machine' started by doug, Feb 16, 2010.

  1. doug

    doug Bit poster

    Messages:
    3
    Fresh load of Centos
    Installed gcc
    when I follow the instructions
    ./install I get
    bash: ./install: /bin/bash: bad interpreter: permission denied.

    I am getting the # prompt so i am promoted to the SU.
    my unix command line is pretty rusty but is this a permissions issue, a problem with the tools 'install' file, my setup or some other user error?
     
  2. doug

    doug Bit poster

    Messages:
    3
    further adventures of CentOS tools install

    Their are some other people who said to get it off the CD.

    I tried that, copying to a folder in usr/local/ptools/
    reset the permissions to get the scripts to execute
    and I can get the command line to run but it says it cannot find
    make and kernel sources???

    but they are there if I run yum....

    Any helpful hints?
     
  3. JimTrigg

    JimTrigg Bit poster

    Messages:
    1
    Just so the info is in an easily findable thread for Centos:

    In the Parallel Tools directory, do the following:
    sudo mount -o remount,exec .
    sudo ./install

    (The CD by default mounts with noexec, so ./install can't be run.)
     

Share This Page