cloudControl / buildpack-php

cloudControl PHP buildpack
Apache License 2.0
13 stars 18 forks source link

bin/compile: line 78: php: command not found #12

Closed PavelPolyakov closed 11 years ago

PavelPolyakov commented 11 years ago

Hi,

I'm currently trying to setup ZF1 application using the cloudControll buildpack.

I set the buildpack usage by this command: heroku config:set BUILDPACK_URL=https://github.com/cloudControl/buildpack-php

But when I try to git push

I see this:

-----> Fetching custom git buildpack... done
-----> PHP/Zend1 app detected
/tmp/buildpack_3a0j5lzt23ogx/bin/compile: line 78: php: command not found

 !     Push rejected, failed to compile PHP/Zend1 app

Any thoughts? Or am I doing something wrong?

Thanks in advance

sfriesel commented 11 years ago

If I understand your question correctly, you are trying to use the buildpack on heroku. It currently depends on php5 in the stack which is not present in cedar on heroku. It is currently only tested and known to run on cloudControl.