We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Problem installing via composer with php fcgi

Hello,

I have problems installing phalcon-devtools with composer, i get this message

  • Installation request for phalcon/devtools dev-master -> satisfiable by phalcon/devtools[dev-master].
  • phalcon/devtools dev-master requires ext-phalcon ~2.0 -> the requested PHP extension phalcon is missing from your system.

So.. on my server I use different php versions for every host.

the php version i use for phalcon is working fine, since i see it in phpinfo, and the website is working :)

composer.json file:

{ "require": { "phalcon/devtools": "dev-master" } } what i do is : /opt/php/php5612/bin/php composer install



47.7k

For the php version you use for phalcon what version of phalcon are you using?



85.5k

latest one, i think its 2.0.7. I downloaded it yesturday



47.7k
edited Aug '15

What version shows in phpinfo for the site?



85.5k
edited Aug '15

phalcon

Web framework delivered as a C-extension for PHP

phalcon enabled

Author Phalcon Team and contributors

Version 2.0.7

Build Date Aug 26 2015 11:56:01

Powered by Zephir Version 0.7.1b



47.7k

I can only recommmend iinstalling phalcon-devtools using one of the install methods here:

https://docs.phalcon.io/en/latest/reference/tools.html



85.5k

still buggy cuz of this extension...

i guess i have to try with the annoying pear ...

thanks for the help mate. Cheers!



47.7k

No worries