Announcement

Collapse
No announcement yet.

6.4 installation php dependencies problems with ubuntu 15.10

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

  • 6.4 installation php dependencies problems with ubuntu 15.10

    I've installed the php dependencies for pts 6.4 on my Ubuntu vm but getting the following error that prevents me from installing additional packages to the system without deinstalling pts which is working fine from the command line...


    phoronix-test-suite : Depends: php-cli but it is not installable
    Depends: php-gd but it is not installable
    Depends: php-xml but it is not installable
    Depends: php-json but it is not installable
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

    root@:~# apt-get -f
    E: Command line option 'f' [from -f] is not known.
    root@:~# apt-get -f install
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Correcting dependencies... Done
    The following packages will be REMOVED:
    phoronix-test-suite
    0 upgraded, 0 newly installed, 1 to remove and 106 not upgraded.
    1 not fully installed or removed.
    After this operation, 4,600 kB disk space will be freed.
    Do you want to continue? [Y/n] n
    Abort.

    Distributor ID: Ubuntu
    Description: Ubuntu 15.10
    Release: 15.10
    Codename: wily

  • #2
    The packages spun are for Ubuntu 16.04 that make use of PHP7 and unfortunately have different package name. I'd suggest just downloading the source to PTS or clone via Git then simply run ./install-sh.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X