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

Dependancy issue #4

Open
pdupreez opened this issue May 20, 2017 · 3 comments
Open

Dependancy issue #4

pdupreez opened this issue May 20, 2017 · 3 comments

Comments

@pdupreez
Copy link

When installing sudo dpkg -i php7.0-yenc_1.3.0_amd64.deb I get:

php7.0-yenc depends on php7.0; however: Package php7.0 is not installed.

test.php gives me:

PHP Version 7.0.15-0ubuntu0.16.04.4

@niel
Copy link
Owner

niel commented May 21, 2017

Which version of PHP do you have installed? Ubuntu 16.04 has two versions: one that installs to php7 and the other goes to php/7.0. You should be using the latter.

@pdupreez
Copy link
Author

pdupreez commented Jun 3, 2017

php -v gives me:

PHP 7.1.5-1+deb.sury.org~xenial+2 (cli) (built: May 22 2017 12:48:42) ( NTS ). Under /usr/bin I have php, php7.0 and php7.1

I am not sure how to verify the php7 vs php/7.0 mentioned in your post

@niel
Copy link
Owner

niel commented Jun 3, 2017

If you're using 7.1 it's no surprise the php7.0-yenc_1.3.0_amd64.deb fails.
Use the php7.1-yenc_1.3.0_amd64.deb version.

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

2 participants