Your best bet would be to use a custom runtime
<https://cloud.google.com/appengine/docs/flexible/custom-runtimes/> on the
flexible environment. This would allow you to use a Dockerfile to specify
system packages and install arbitrary binaries (e.g., php and python3).

On Thu, Sep 27, 2018 at 10:33 AM <cdanet2...@gmail.com> wrote:

> Hi Everyone, Since yesterday I'm trying and searching how to install the
> extension libssh2 in GAE
> But without success yet, I would like to know if anyone there knows / has
> a tutorial on how to install libssh in GAE
> I want to install libssh2 on GAE PHP FLEX to execute this php code on my
> page:
> <?php
> $connection = ssh2_connect('shell.example.com', 22);
> ssh2_auth_password($connection, 'username', 'password');
>
> $stream = ssh2_exec($connection, '/usr/local/bin/php -i');
> ?>
>
>
> And how i can run multiple runtimes (PHP + PYTHON3) in the same app ?,
> I'alredy tried to create a Custom Runtime and set the two (PHP and
> PYTHON3) in my app.yaml but give the error at the time of deploy saying
> that the command "runtime: " was declared twice.
>
> Thanks for anybody to answer.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/940a5984-0bf1-4034-963d-0ce6b4d1ccfb%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/940a5984-0bf1-4034-963d-0ce6b4d1ccfb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 

Stewart Reichling | Product Manager, Serverless | stewa...@google.com |
 650.906.3381

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CADAgkGbEykt4W8QCzB2N6N%2B61s%3Dp1t7ieCnx6umMPhPcUoHRTQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to