Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php7.1-phalcon : Depends: phpapi-20160303 but it is not installable #1314

Closed
jarhom opened this issue Dec 18, 2017 · 4 comments
Closed

php7.1-phalcon : Depends: phpapi-20160303 but it is not installable #1314

jarhom opened this issue Dec 18, 2017 · 4 comments
Labels

Comments

@jarhom
Copy link

jarhom commented Dec 18, 2017

Info:

  • Docker version ($ docker --version): Docker version 17.09.0-ce, build afdb6d4
  • Laradock commit ($ git rev-parse HEAD): ad36986
  • System info (Mac, PC, Linux): Mac
  • System info disto/version: 10.11.6

Issue:

When I install phalcon, it tell me php depends error message "php7.1-phalcon : Depends: phpapi-20160303 but it is not installable", I found the php-fpm container current system version is debain 8, maybe version too old, because phalcon 7 must debain 9+.

Expected behavior:

install success

Reproduce:

install phalcon

Relevant Code:

curl -s "https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh" | bash && \
apt-get install -y php7.1-phalcon

@sergeyklay
Copy link

sergeyklay commented Mar 30, 2018

Works well on clean Ubuntu 14.04 / 16.04

sudo apt-get update
sudo apt-get install curl software-properties-common

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

sudo apt-get install -y php7.1-common

curl -s "https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh" | sudo bash
sudo apt-get install php7.1-phalcon

@sergeyklay
Copy link

@jarhom I'm pretty sure it is the same issue: Codeception/Codeception#5352 (comment).
So this issue may be closed.

@stale
Copy link

stale bot commented Feb 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Feb 2, 2020
@stale
Copy link

stale bot commented Feb 23, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants