Announcement

Collapse
No announcement yet.

Problems with OS X installation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problems with OS X installation

    I was looking to install phoronix-test-suite on a couple of Mac OS X (10.8.3) systems. I copied the compressed file to the system, extracted it, then navigated to said directory in the terminal.

    From there I ran
    Code:
    sudo ./install-sh
    (Sudo since it requested my password to install anything to "/usr", which is fine.) Then I got the following output:

    Code:
    ./install-sh: Line 94: xdg-mine: command not found
    ./install-sh: Line 95: xdg-icon-resource: command not found
    -e
    Phoronix Test Suite Installation Completed
    
    Executable File: /usr/bin/phoronix-test-suite
    Documentation: /usr/share/doc/phoronix-test-suite/
    Phoronix Test Suite Files: /usr/share/phoronix-test-suite/
    When I try to run the suite, and see a list of commands, I type
    Code:
    phoronix-test-suite help
    and I get the following response:
    Code:
    To run the Phoronix Test Suite locally you must first change directories to phoronix-test-suite/
    or install the program using the install-sh script. For support visit: http://www.phoronix-test-suite.com/
    I'm guessing something went wrong, and I'm using the most recent download. Has anybody else ran into this problem?

    Thanks in advance. Cheers

  • #2
    Did you try running it locally without installing it?
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Originally posted by Michael View Post
      Did you try running it locally without installing it?
      Yup, and that works fine. Just wanted to be able to install it and run it from anywhere rather than having to be in a specific directory.

      Comment

      Working...
      X