Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Phalcon.so not found for runtime:php #481

Open
qu0cster opened this issue Jun 6, 2019 · 5 comments
Open

Phalcon.so not found for runtime:php #481

qu0cster opened this issue Jun 6, 2019 · 5 comments

Comments

@qu0cster
Copy link

qu0cster commented Jun 6, 2019

When deploying with runtime: php in app.yaml with extension=phalcon.so in php.ini, I get this error in kaniko-project:
PHP Warning: PHP Startup: Unable to load dynamic library 'phalcon.so' (tried: /opt/php72/lib/x86_64-linux-gnu/extensions/no-debug-non-zts-20170718/phalcon.so (/opt/php72/lib/x86_64-linux-gnu/extensions/no-debug-non-zts-20170718/phalcon.so: cannot open shared object file: No such file or directory), /opt/php72/lib/x86_64-linux-gnu/extensions/no-debug-non-zts-20170718/phalcon.so.so (/opt/php72/lib/x86_64-linux-gnu/extensions/no-debug-non-zts-20170718/phalcon.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

Other than that, when deploying as runtime: custom, phalcon seems to be working; but would be nice to have deployment works for runtime: php;

@jaitaiwan
Copy link
Contributor

@sharifelgamal are you still around on this project? I'm wondering if this repo has a direct line to the GAE php runtime or if there's some sort of internal cherry-picking process?

@donmccasland
Copy link
Member

donmccasland commented Aug 22, 2019 via email

@jaitaiwan
Copy link
Contributor

Thanks @donmccasland. I was under the impression from the previous maintainers that the runtime: php system used a docker image based on this repo

@jaitaiwan
Copy link
Contributor

@donmccasland I just realised where I got my assumption from. The documentation states explicitly:

This image is intended to use with runtime: php configuration. The image is uploaded to gcr.io/google-appengine/php:latest.

So I don't think that's correct.

@donmccasland
Copy link
Member

donmccasland commented Sep 4, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants