Announcement

Collapse
No announcement yet.

Cannot run Phoronix on Solaris

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

  • Cannot run Phoronix on Solaris

    Hi,

    I installed the Phoronix test suite on Solaris 10U8 and also installed the SMCphp package which has php-5.2.13. When I try to run phoronix I get the following error:
    bash-3.00# /usr/bin/phoronix-test-suite
    ld.so.1: php: fatal: libsybdb.so.5: open failed: No such file or directory
    /usr/bin/phoronix-test-suite: line 97: 2801 Killed $PHP_BIN pts-core/phoronix-test-suite.php $@
    Has any one else seen this? Any tips would be helpful.

  • #2
    Hi,

    This looks to be an issue with PHP itself and not the Phoronix Test Suite as it looks like PHP is not working due to some library issue. Personally I've only used PTS with OpenSolaris but not Solaris 10.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Thanks Michael,

      You were right, I downloaded the php source and the following dependencies:libiconv and libintl and then the error went away. But now I have another issue, looks like I cannot execute any of the tests.
      Code:
      bash-3.00# /usr/bin/phoronix-test-suite run himeno
      
      ===================================================
      himeno is not installed.
      To install, run: phoronix-test-suite install himeno
      ===================================================
      
      Would you like to install these tests now (Y/n)? Y
      
      
      Some additional dependencies are required, and they could not be installed automatically for your operating system.
      Below are the software packages that must be installed for the test(s) to run properly.
      
      
      ========================================
      Compiler / Development Libraries
      Possible Package Names: gcc
      ========================================
      
      The above dependencies should be installed before proceeding. Press any key when you're ready to continue.
            himeno:
                  1 File Needed
                  Downloading: himenobmtxpa.tar.bz2                 [0.00MB]
                  Estimated Download Time: 1m ..............................
                  Installation Size: 0.05 MB
                  Installing Test
      sh: PTS_VERSION=2.4.1: is not an identifier
      
      
      Would you like to save these test results (Y/n)? n
            The test executable for himeno could not be found.
      Gcc is already installed and is in the path. What is preventing the test from executing?

      Thanks
      Anna

      Comment

      Working...
      X