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

No package matching 'php7.1-common' is available #20

Open
chaintng opened this issue May 23, 2017 · 2 comments
Open

No package matching 'php7.1-common' is available #20

chaintng opened this issue May 23, 2017 · 2 comments

Comments

@chaintng
Copy link

I have got following error when i tried to run ansible playbook

TASK [itcraftsmanpl.php7 : Install PHP Packages] ***************************************************************************************************************
failed: [10.240.0.22] (item=[u'php7.1-common', u'php7.1-cli', u'php7.1-intl', u'php7.1-curl', u'php7.1-cgi', u'php7.1-fpm', u'php7.1-mysql', u'php7.1-gd', u'php7.1-mcrypt', u'php7.1-mbstring']) => {"failed": true, "item": ["php7.1-common", "php7.1-cli", "php7.1-intl", "php7.1-curl", "php7.1-cgi", "php7.1-fpm", "php7.1-mysql", "php7.1-gd", "php7.1-mcrypt", "php7.1-mbstring"], "msg": "No package matching 'php7.1-common' is available"}
	to retry, use: --limit @/Users/por/HotelQuickly/vm-nginx-php7-ihubxml/ihubxml-nginx-php7.retry

I will investigate and propose solution soon.

@nlevee
Copy link

nlevee commented Jun 9, 2017

on Debian Jessie, Dotdeb is no longer maintain for php 7.1 (https://www.dotdeb.org/2017/01/27/php-7-1-dotdeb/)

The task "Add repository for Debian" must be changed

@Canadadry
Copy link

I found this procedure which seems to work.

apt-get install apt-transport-https lsb-release ca-certificates
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list
apt-get update
apt-get install php7.1

I have to investigate more about the need of all those packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants