Last active
September 26, 2019 09:28
-
-
Save oleglukashev/872ca041878e207fc51bc2a916464e4a to your computer and use it in GitHub Desktop.
ont sdk installing problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROBLEM - 1 | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Installation request for ontology/ontology-php-sdk dev-master -> satisfiable by ontology/ontology-php-sdk[dev-master]. | |
- ontology/ontology-php-sdk dev-master requires ext-scrypt 1.4.2 -> the requested PHP extension scrypt is missing from your system. | |
To enable extensions, verify that they are enabled in your .ini files: | |
- /etc/php/7.2/cli/php.ini | |
- /etc/php/7.2/cli/conf.d/10-mysqlnd.ini | |
- /etc/php/7.2/cli/conf.d/10-opcache.ini | |
- /etc/php/7.2/cli/conf.d/10-pdo.ini | |
- /etc/php/7.2/cli/conf.d/15-xml.ini | |
- /etc/php/7.2/cli/conf.d/20-bcmath.ini | |
- /etc/php/7.2/cli/conf.d/20-bz2.ini | |
- /etc/php/7.2/cli/conf.d/20-calendar.ini | |
- /etc/php/7.2/cli/conf.d/20-ctype.ini | |
- /etc/php/7.2/cli/conf.d/20-curl.ini | |
- /etc/php/7.2/cli/conf.d/20-dom.ini | |
- /etc/php/7.2/cli/conf.d/20-exif.ini | |
- /etc/php/7.2/cli/conf.d/20-fileinfo.ini | |
- /etc/php/7.2/cli/conf.d/20-ftp.ini | |
- /etc/php/7.2/cli/conf.d/20-gd.ini | |
- /etc/php/7.2/cli/conf.d/20-gettext.ini | |
- /etc/php/7.2/cli/conf.d/20-gmp.ini | |
- /etc/php/7.2/cli/conf.d/20-iconv.ini | |
- /etc/php/7.2/cli/conf.d/20-imap.ini | |
- /etc/php/7.2/cli/conf.d/20-json.ini | |
- /etc/php/7.2/cli/conf.d/20-mbstring.ini | |
- /etc/php/7.2/cli/conf.d/20-mysqli.ini | |
- /etc/php/7.2/cli/conf.d/20-pdo_mysql.ini | |
- /etc/php/7.2/cli/conf.d/20-phar.ini | |
- /etc/php/7.2/cli/conf.d/20-posix.ini | |
- /etc/php/7.2/cli/conf.d/20-readline.ini | |
- /etc/php/7.2/cli/conf.d/20-shmop.ini | |
- /etc/php/7.2/cli/conf.d/20-simplexml.ini | |
- /etc/php/7.2/cli/conf.d/20-sockets.ini | |
- /etc/php/7.2/cli/conf.d/20-sysvmsg.ini | |
- /etc/php/7.2/cli/conf.d/20-sysvsem.ini | |
- /etc/php/7.2/cli/conf.d/20-sysvshm.ini | |
- /etc/php/7.2/cli/conf.d/20-tokenizer.ini | |
- /etc/php/7.2/cli/conf.d/20-wddx.ini | |
- /etc/php/7.2/cli/conf.d/20-xmlreader.ini | |
- /etc/php/7.2/cli/conf.d/20-xmlrpc.ini | |
- /etc/php/7.2/cli/conf.d/20-xmlwriter.ini | |
- /etc/php/7.2/cli/conf.d/20-xsl.ini | |
- /etc/php/7.2/cli/conf.d/20-zip.ini | |
- /etc/php/7.2/cli/conf.d/mcrypt.ini | |
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. | |
Installation failed, reverting ./composer.json to its original content. | |
PROBLEM - 2 | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Can only install one of: simplito/elliptic-php[dev-master, 1.0.4]. | |
- Can only install one of: simplito/elliptic-php[dev-master, 1.0.4]. | |
- Can only install one of: simplito/elliptic-php[dev-master, 1.0.4]. | |
- ontology/ontology-php-sdk dev-master requires simplito/elliptic-php dev-master -> satisfiable by simplito/elliptic-php[dev-master]. | |
- Installation request for ontology/ontology-php-sdk dev-master -> satisfiable by ontology/ontology-php-sdk[dev-master]. | |
- Installation request for simplito/elliptic-php (locked at 1.0.4, required as ^1.0) -> satisfiable by simplito/elliptic-php[1.0.4]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment