-
Notifications
You must be signed in to change notification settings - Fork 4
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
make install command #11
Labels
Comments
Errors encountered:
composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for nbobtc/bitcoind-php 1.1.0 -> satisfiable by nbobtc/bitcoind-php[1.1.0].
- nbobtc/bitcoind-php 1.1.0 requires lib-curl * -> the requested linked library curl has the wrong version installed or is missing from your system, make sure to have the extension providing it.
Problem 2
- Installation request for sensiolabs/security-checker v2.0.0 -> satisfiable by sensiolabs/security-checker[v2.0.0].
- sensiolabs/security-checker v2.0.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.
Problem 3
- Installation request for guzzle/guzzle v3.9.2 -> satisfiable by guzzle/guzzle[v3.9.2].
- guzzle/guzzle v3.9.2 requires ext-curl * -> the requested PHP extension curl is missing from your system. |
don't forget jwt_private_key_path ('%kernel.root_dir%/var/jwt/private_test.pem'):
jwt_public_key_path ('%kernel.root_dir%/var/jwt/public_test.pem'):
jwt_pass_phrase (bambou): |
bower install |
cd node/ && npm install && cd ../ |
dizda
added a commit
that referenced
this issue
May 5, 2015
dizda
added a commit
that referenced
this issue
May 5, 2015
dizda
added a commit
that referenced
this issue
May 5, 2015
dizda
added a commit
that referenced
this issue
May 5, 2015
dizda
added a commit
that referenced
this issue
May 5, 2015
dizda
added a commit
that referenced
this issue
May 5, 2015
dizda
added a commit
that referenced
this issue
May 26, 2015
Repository owner
deleted a comment from
jhoosy
Jan 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check the machine configuration
make check
:If ok,
make install
will do :Then launch tests ?
The text was updated successfully, but these errors were encountered: