Erro ao tentar instalar o composer

1. Erro ao tentar instalar o composer

rodrigo peixoto
mostrarnanet

(usa Ubuntu)

Enviado em 21/01/2014 - 17:00h

Olá pessoal, estou tentando instalar o composer, e sempre me retorna a seguinte mensagem:

#!/usr/bin/env php
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:

The json extension is missing.
Install it or recompile php without --disable-json


já tentei de diversas formas instalar o composer, uma das tentativas foi pelo comando curl -sS https://getcomposer.org/installer | php

e de todas as tentativas sempre retorna o mesmo erro.

OBS: eu tenho a json instalada e habilitada.

Desde já agadeço.

Atenciosamente,
Rodrigo Peixoto.


  


2. Re: Erro ao tentar instalar o composer

rodrigo peixoto
mostrarnanet

(usa Ubuntu)

Enviado em 22/01/2014 - 13:39h

Ninguem?



3. Erro ao tentar instalar o composer

Perfil removido
removido

(usa Nenhuma)

Enviado em 24/01/2014 - 12:23h

mostrarnanet escreveu:

Olá pessoal, estou tentando instalar o composer, e sempre me retorna a seguinte mensagem:

#!/usr/bin/env php
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:

The json extension is missing.
Install it or recompile php without --disable-json


já tentei de diversas formas instalar o composer, uma das tentativas foi pelo comando curl -sS https://getcomposer.org/installer | php

e de todas as tentativas sempre retorna o mesmo erro.

OBS: eu tenho a json instalada e habilitada.

Desde já agadeço.

Atenciosamente,
Rodrigo Peixoto.


Versão do composer não compatível com versão json. Isso se deve a algum conflito do ubuntu


#!/usr/bin/env php
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:


Ele até compila porem não arma.

Tente declarar outros repositórios mais antigos/recentes/do próprio desenvolvedor/ código fonte.

Existem centenas de repositórios bons aqui no VOL. Se não der mesmo assim o ideal será procurar e baixar o código fonte mas estável para compilar. Ou tentar uma distro mais estável.


4. Re: Erro ao tentar instalar o composer

rodrigo peixoto
mostrarnanet

(usa Ubuntu)

Enviado em 24/01/2014 - 14:02h

lmjr escreveu:

mostrarnanet escreveu:

Olá pessoal, estou tentando instalar o composer, e sempre me retorna a seguinte mensagem:

#!/usr/bin/env php
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:

The json extension is missing.
Install it or recompile php without --disable-json


já tentei de diversas formas instalar o composer, uma das tentativas foi pelo comando curl -sS https://getcomposer.org/installer | php

e de todas as tentativas sempre retorna o mesmo erro.

OBS: eu tenho a json instalada e habilitada.

Desde já agadeço.

Atenciosamente,
Rodrigo Peixoto.


Versão do composer não compatível com versão json. Isso se deve a algum conflito do ubuntu


#!/usr/bin/env php
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:


Ele até compila porem não arma.

Tente declarar outros repositórios mais antigos/recentes/do próprio desenvolvedor/ código fonte.

Existem centenas de repositórios bons aqui no VOL. Se não der mesmo assim o ideal será procurar e baixar o código fonte mas estável para compilar. Ou tentar uma distro mais estável.


Não sei nem por onde começar!
Eu instalo ele pelo comando curl:
curl -sS https://getcomposer.org/installer | php 


Logo não faço idéia de como aplicar sua solução.

Tem como você me dar um exemplo prático?

Obrigado pela resposta!




5. Configurando o composer

jose edinaldo
edinaldofox

(usa Ubuntu)

Enviado em 31/08/2014 - 10:35h

Primeiro você tem que fazer o download do composer.phar

pode ser este comando para o doenload: php -r "readfile('https://getcomposer.org/installer');" | php


depois com o composer.phar baixado voce tem que mover o aquivo para o diretório correto, once voce poder mover com este comando: mv composer.phar /usr/local/bin/composer

pronto esta tudo certo, mas lembre para o composer rodar voce tem que ter o composer.json no seu projeto.


6. Minha solução

aliesio da silva
aliesio

(usa Slackware)

Enviado em 27/12/2016 - 19:58h

o Meu eu resouvi da seguinte forma.
o composer estava la na pasta /usr/local/bin porem não funcionava.
me retornava a mesma mensagem q te retorna.
executei estes dois comandos:]
sudo apt-get install curl
sudo apt-get install php5-cli

E quando executei o comando composer

Ciaweb Downloads # composer
Do not run Composer as root/super user! See https://getcomposer.org/root for details
______
/ ____/___ ____ ___ ____ ____ ________ _____
/ / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
/_/
Composer version 1.3.0 2016-12-24 00:47:03

Usage:
command [options] [arguments]

Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--profile Display timing and memory usage information
--no-plugins Whether to disable plugins.
-d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
about Short information about Composer
archive Create an archive of this composer package
browse Opens the package's repository URL or homepage in your browser.
clear-cache Clears composer's internal package cache.
clearcache Clears composer's internal package cache.
config Set config options
create-project Create new project from a package into given directory.
depends Shows which packages cause the given package to be installed
diagnose Diagnoses the system to identify common errors.
dump-autoload Dumps the autoloader
dumpautoload Dumps the autoloader
exec Execute a vendored binary/script
global Allows running commands in the global composer dir ($COMPOSER_HOME).
help Displays help for a command
home Opens the package's repository URL or homepage in your browser.
info Show information about packages
init Creates a basic composer.json file in current directory.
install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
licenses Show information about licenses of dependencies
list Lists commands
outdated Shows a list of installed packages that have updates available, including their latest version.
prohibits Shows which packages prevent the given package from being installed
remove Removes a package from the require or require-dev
require Adds required packages to your composer.json and installs them
run-script Run the scripts defined in composer.json.
search Search for packages
self-update Updates composer.phar to the latest version.
selfupdate Updates composer.phar to the latest version.
show Show information about packages
status Show a list of locally modified packages
suggests Show package suggestions
update Updates your dependencies to the latest version according to composer.json, and updates the composer.lock file.
validate Validates a composer.json and composer.lock
why Shows which packages cause the given package to be installed
why-not Shows which packages prevent the given package from being installed

é isso ai espero ajudar alguem.
abç.








Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts